Codable
-
First Experience With Transferable Implementing Drag And Drop In SwiftUI
Get a first taste of the new Transferable protocol in SwiftUI, learning how to drag and drop objects of a custom Codable type using it.
-
New Feature in Xcode 14 - Inserting Code Automatically To Codable Types Using Auto-Completion
Learn how to let Xcode 14 auto-complete all the necessary code in Codable types when they don't conform automatically to it.
-
Working With Property Lists in Swift - Part 2
In the second part of Working with Property Lists in Swift series see how to perform advanced encoding and decoding of property lists.
-
Working With Property Lists In Swift - Part 1
Find out in this first part of Working with Property Lists in Swift series how to use Codable to encode and decode to and from plist files.