I wasn’t sure of what title to give this article. I had another in mind, “Publishing an iOS library as a framework and as a Swift...
Continue reading...Swift Package
SwiftUI: Building a reusable Ripple Animation View (Swift Package)
It’s no doubt that SwiftUI makes building custom views easy, even the seemingly complex ones. A few days ago, I thought of building something that may...
Continue reading...Adding dependencies to your Xcode project easily using Swift Package Manager
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...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...