Tagged with article
Browse all tags
Mac Catalyst: Interfacing Between UIKit and AppKit without Private APIs in Swift
I will share my method of using both UIKit and AppKit in a single Catalyst application to provide a more native experience.
Read More
Storing Custom Data Types in UserDefaults Using Property Wrappers in Swift
Let’s face it, UserDefaults can be a pain when working with more complex data types. You might need to provide custom encoding/decoding mechanisms, and your little property wrapper will be no help in that case.
Read More