SwiftUI is elegant and fun, but let's dive into a practical example of how to accomplish a common pattern of selecting an item (without...
Articles tagged iOS
Not satisfied with just using an integer build nubmer for iOS apps, let's see how to auto-increment x.y.z.# style build numbers with fastlane.
JSON is everywhere, now it's even easier and neater thanks to Swift4's builtin codable/decodable.
SQLite is very useful, but sometimes you need security - let's see how to get both.
Learn how iOS (and OSX) has excellent support for attributed strings, they allow you to have rich formatting inside standard controls such as...
Code just doesn't have to function beautifully - it has to look beautiful too. Swift is a very powerful language and here we will look how to...
Learn how to create impressive user experiences even when waiting data to load, by using a minimal number of bytes we can ensure that there's...