-
Featured
How Swift Packages Changed the Way I Build Apps
Introduction Even though we had dependencies managers for several years now, with Swift Package Manager (SPM) creating packages in your app is almost as easy as adding new folders. Convert parts in your project to packages is not just a way to organize your code nicely; it actually changes the way you work and architect… Read more
-
Async functions are coming to Swift
And you are going to like it. Introduction Old iOS developers remember the days where Objective C didn’t support blocks just yet. Async operations were a nightmare. Blocks improved async operations, and when Swift appeared, closures were already natural for us. But to help us get through async calls, closures still have their pitfalls. Fortunately,… Read more
-
Resources are Coming to Swift Packages
Introduction In one of my previous articles, I mentioned how SPM (Swift Package Manager) changed the way I build and maintain my Code. I praised the deep integration Xcode 11 has with Swift Packages and how easy it is to create a tremendous modular Code. But this “heaven” is not perfect; one thing was missing – The… Read more
Follow My Blog
Get new content delivered directly to your inbox.