There are various ways to add dependencies to your Xcode project. There is CocoaPods, a dependency manager for iOS & Mac projects where you specify the...
Continue reading...Xcode
Creating and distributing a simple iOS library using Swift Package Manager
The Swift Package Manager (SPM) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process...
Continue reading...Setting up your Xcode project for multiple development environments (dev, staging, live)
Are you in the habit of commenting out and uncommenting your API BASE URL (as shown below) whenever you want to build your project for Dev,...
Continue reading...Engaging your users better with widgets
One of the end goals of any product is acquiring users. Why? Because you will always want your solution or product to reach people. So after...
Continue reading...