Reading and writing property list files with Swift and Codable

You have probably seen and used a property list file at some point in your iOS journey. I know you have because every iOS app has an file. It’s possible to create and store your own files to hold on… Read more

Similar

Series on building a Swift HTTP framework

For a while now I’ve had a series of blog posts floating around in my head on how to build an HTTP stack in Swift. The idea started last spring with Rob Napier’s blog posts on protocols, and matured last summer and fall while I was working at WeWork on an... (more…)

Read more »