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 | 31 |
Tags
- RxCocoa
- swift documentation
- UICollectionView
- MVVM
- collectionview
- 애니메이션
- 스위프트
- scrollview
- 클린 코드
- clean architecture
- uiscrollview
- 리펙토링
- Protocol
- combine
- 리팩토링
- Observable
- HIG
- Xcode
- rxswift
- SWIFT
- Clean Code
- ios
- Human interface guide
- UITextView
- tableView
- uitableview
- Refactoring
- swiftUI
- map
- ribs
Archives
- Today
- Total
목록StateObject (1)
김종권의 iOS 앱 개발 알아가기
목차) SwiftUI의 기본 - 목차 링크 * @Published, @objecervableObject 개념은 Combine이므로, Combine 관련 이전 포스팅 글 참고 @ObservedObejct 란? observable 객체를 구독하는 property wrapper observable 객체가 변경되면 뷰에 업데이트 시켜주는 기능 내부 코드 @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *) @propertyWrapper @frozen public struct ObservedObject : DynamicProperty where ObjectType : ObservableObject { @dynamicMemberLookup @frozen pub..
iOS 기본 (SwiftUI)
2022. 10. 28. 23:26