Understand and Create Custom OptionSet in Swift
Step by step guide for creating custom OptionSet

Search for a command to run...
Articles tagged with #ios-app-development
Step by step guide for creating custom OptionSet

What is Swift Package Manager (aka SwiftPM or SPM)? The SwiftPM is a tool for managing the distribution of Swift code just like CocoaPods and Carthage. It’s integrated with the Swift build system to automate the process of downloading, compiling, an...

While developing mobile apps that require internet connectivity, it's significant to handle poor network conditions. Because mobile app users will likely to have a much slower network than we use while developing. As a developer, you didn’t want to t...

Originally Posted on https://medium.com/better-programming/how-to-match-shadow-and-blur-to-the-sketch-application-d4ed20dfa816 Recently, I’ve designed one of the screens of my project using the Sketch application. I’ve given a shadow property to the...