SwiftLog + String Interpolation
Write private string interpolated logs using SwiftLog and OSLog style string interpolation.
The missing SwiftUI packages
If you need to support SwiftUI in iOS 13+ I take you through my own collection and a set of packages I’ve created and used in production over the past year.
Swift Package Collections
We’ll cover the process for building your own Swift Package Collection including signing it with a certificate for added safety.
Advanced Gesture Recognisers
A UIPanGestureRecognizer to create a marquee selection tool that you can use in any UIView.