#swiftui
Read more stories on Hashnode
Articles with this tag
First: create a new view that adheres to UIViewRepresentable e.g. struct SwiftUIVersion: UIViewRepresentable This is the SwiftUI version of your...
https://developer.apple.com/tutorials/app-dev-training/managing-data-flow-between-views @State or @Published : source of truth Value types (struct or...
Episode 1: setup the groundwork https://talk.objc.io/episodes/S01E261-views-and-nodes What is covered There are 8 videos. Goal is to recreate SwiftUI...
https://talk.objc.io/episodes/S01E291-advanced-alignment-part-1 What did I learn? I kinda zoned out here Nice use of generics - good to get more...