Codable Conformance for Swift Enums with Multiple Associated Values

Make complex Swift Enums Encodable and Decodable for saving data to disk or interacting with Web APIs. Read more

Similar

iOS UserNotifications in Swift

Local notifications provide a core functionality in many apps, and in Swift they are easy to add to whatever you’re building. With iOS10’s UserNotifications you can even display GIFs in notifications. (more…)

Read more »