SwiftUI Apple Developer Tutorial

Apple Developer Documentation – SwiftUI Tutorial

Chapter 1

SwiftUI Essentials

1

Creating and Combining Views

Apple Developer Documentation – Creating and Combining Views

  • view

2

Building Lists and Navigation

Apple Developer Documentation – Building Lists and Navigation

data model 에서 비즈니스 로직을 처리.

  • foldering

3

  • view

5

Handling User Input

Apple Developer Documentation – Handling User Input

  • binding

binding acts as a reference to a mutable state. When a user taps the toggle from off to on, and off again, the control uses the binding to update the view’s state accordingly.
6

7

8

  • foldering

9

GitHub

View Github