I'm the iOS developer behind UserDesk.io
We often want to deploy our mobile applications more frequently without compromising the stability of our applications. Check out this article to find out how.
Ciprian Redinciuc
Core Data has great support for UIKit but often it is a good idea to create an abstraction layer between the business layer and the storage layer.
Combine offers new possibilities to develop modern networking in a declarative manner that helps us bridge the elements that emit values with the ones that are interested in those updates
Xcode 11 now allows you to build and distribute binary framworks written in Swift and Objective-C for both iOS Simulators and devices
Nowadays most iOS developers will just import a full networking library into their mobile application to perform a couple of trivial requests without even bothering to give URLSession a try.
Send POST requests using Combine - a framework that helps us write functional reactive code in our iOS applications
Continuous integration and delivery can help developers ship with more confidence and Semaphore CI is one of the fastest tools out there to help you achieve that.
Delivering code with confidence can rarely be done without writing unit tests that verify your execution paths as much as possible and testing functional reactive code can often be quite difficult.
Swift 5.5 comes with a lot of new features and the biggest ones without any doubt are the new built-in async/await pattern for writing asynchronous code.
Sign up for our newsletter to stay up to date.
We care about the protection of your data. Read our Privacy Policy.
© 2020 Applicodo SRL. All rights reserved.