Beginner SwiftUI Tutorials: Binding
- 25
Presenting Modals and Bindings with Callbacks [25:17]
In this lesson we'll be going over how to present a modal along with passing Binding variables around our application. Lastly we also tackle the callback functionality of adding objects inside of our lists.
YouTube - Lets Build That App - 14
Managing Data Flow in SwiftUI
...itโs time to touch the crucial aspect of every app, and it is data. All the apps have data to present or mutate. Data plays a vital role in apps using SwiftUI. Every view in SwiftUI is just a function of some state, where the state is our data.
mecid.github.io - 8
Building forms with SwiftUI
Today we are going to build form styled layout with SwiftUI. I want to show you a real-life example of the settings screen built with SwiftUIโs new Form component.
mecid.github.io - 5
How to create dymanic lists in SwiftUI using a JSON API [6:20]
Generating dynamic lists and details screens from an API that returns JSON is a fairly common need in modern applications. In this video, weโll show how to use URLSession to fetch JSON, decode it using JSONDecoder, and then use BindableObject and State properties to create a SwiftUI list from the results.
YouTube - Twilio - 4
Build a Stopwatch app with SwiftUI
In this post I will show you how to build a stopwatch app using SwiftUI. In this post I will show you how to create custom views using SwiftUI as well as some basic layout and using โObjectBindingโ.
Medium - Darren - 4
SwiftUI 101: How to use @State and @Binding in your first custom UI control
Medium - Mariusz Bลaszczyk