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...
tag: Swift
Articles tagged Swift
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...
See your custom properties at design time, and make tweaking of options without changing code.
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...