Explore >> Select a destination


You are here

etodd.io
| | atomicbird.com
6.2 parsecs away

Travel
| | In a previous post I wrote about How JSON compares to Apple property lists and the obstacles to converting data between them. That was a while ago but the post is still accurate, as far as it goes. But Swift changes the situation in some ways, so an update is in order. Recap: JSON vs. Property Lists The previous post was motivated by the problems some people encountered trying to download JSON from a server and then save it as a property list.
| | www.enekoalonso.com
6.7 parsecs away

Travel
| | Swift's Codable protocol (together with Encodable and Decodable) was introduced in Xcode 9 with Swift 4. This changed for good how we encode and decode JSON....
| | holtwick.de
4.5 parsecs away

Travel
| | Software developer for web, mobile and other platforms. Strong focus on privacy enhancement.
| | swiftwithmajid.com
29.5 parsecs away

Travel
| Nowadays, Apple platform development has undergone significant changes. Previously, we believed that building the core of an app around UIKit and using SwiftUI for certain screens was a good idea. This week, we'll delve into the foundation of app development using SwiftUI, while also exploring UIKit for scenarios where performance truly matters.