Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 472 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 472 Bytes

Server Driven with SwiftUI

Implementation

Several json examples are under Resources/ The implemented types are under Sources prefixed with SD. SDVView is a flexible type that can instantiate any view given its __typename. Go to the source file to see which keys & values are required and supported.

Open the playground and run the main file to see the live view. Change the json name or update the json file to see the new view built fully at runtime.