Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- KoreaMango
- letswift
- watchapp
- Unit
- fruta
- tutorial
- tutorials
- RxSwift
- 대학생협
- unittest
- 프로그래머스
- WWDC
- 3주차
- 콩세알프로젝트
- test
- xcode15
- SwiftData
- @Model
- 2주차
- ios
- watchkit
- Swift
- swiftUI
- wwdc2023
- DynamicIsland
- 2023
- ActivityKit
- 개발자
- 회고
- 1주차
Archives
- Today
- Total
목록ios app dev (1)
KoreaMango 나무
[iOS App Dev Tutorials] SwiftUI - State Management (1)
Apple Developer Documentation developer.apple.com 1. Making Classes Observable Working with Reference Type 이전 챕터에서는 @State, @Binding property wrappers를 사용하여 View 계층에서 업데이트를 트리거하기 위해 진실 소스를 정의했다. 이번에는 앱의 UI에 대한 진실 소스로서 참조 유형을 정의하는 것을 알아본다. @State 은 오직 structures 나 enumerations 같은 Value type (값 타입)에만 작동한다. SwiftUI는 @ObservedObject, @StateObject, @EnvironmentObject 같은 reference type (참조 타입) 을 진실 소스..
iOS/iOS App Dev Tutorials
2022. 5. 18. 18:57