SwiftUI.View: Codable – Transforming JSON to SwiftUI for a fully backend driven UI
Apple introduced Swift UI during WWDC2019 to gives us a way to codify our layout. But it doesn’t only stop here – as a first-class citizen in Swift, we can make our SwiftUI Views conform to Codable to encode and decode our views representing SwiftUI in pure JSON.
Join me in this talk to see how you can codify your layout and benefit from an ultra-flexible UI where even full UIs can be dynamically injected. We’ll be live implementing a series of Views from a backend to give you a fully immersive experience.