Swift Simple Swift Enums Whether you pronounce it the correct way (e-num) or the other way (e-noom), there's no avoiding enums in Swift, they're everywhere - and for good reason! Enums enable us to
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