Swift Concurrency In Swift Part 2: OperationQueue This is part two of a two-part series on concurrency. Part one introduced you to concurrency as a concept and how to write concurrent code with DispatchQueue. If you haven't
SwiftUI Build a Deck of cards with SwiftUI At the time of writing this nearly the whole world is in lockdown, a time of excessive home baking, DIY and video calls. A recent trend to emerge from this
Swift Property Wrappers If you've worked with SwiftUI you've most likely come across property wrappers, @State, @ObservableObject are both implementations of property wrappers which are heavily used within the framework. The @ syntax is
Swift Building a searchable list with SwiftUI and Combine SwiftUI is a powerful framework for building UIs across the apple ecosystem, it's also very new and therefore missing some components we've become accustomed to in UIKit, one such component
iOS Self-sizing UIScrollView Recently i've been porting sections of our iPadOS client over to iOS, which means a lot of size class dependent layouts and reworking some of our horizontal layouts into vertical