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 |
Tags
- Refactoring
- UICollectionView
- Human interface guide
- RxCocoa
- 애니메이션
- Xcode
- uitableview
- map
- swift documentation
- ios
- MVVM
- Clean Code
- clean architecture
- 리팩토링
- tableView
- 리펙토링
- SWIFT
- 리펙터링
- combine
- HIG
- UITextView
- rxswift
- ribs
- 클린 코드
- collectionview
- uiscrollview
- swiftUI
- Protocol
- Observable
- 스위프트
Archives
- Today
- Total
목록Data flow (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/b3LBPa/btrPdd9PYLc/R2JDNg3M7bLZxBlhHPfgkK/img.png)
목차) SwiftUI의 기본 - 목차 링크 State 란? SwiftUI에 의해 관리되는 property wrapper 타입 struct ContentView: View { @State var age = 20 // Value, set: @escaping (Value, Transaction) -> Void) public static func constant(_ value: Value) -> Binding public var wrappedValue: Value { get nonmutating set } public var projectedValue: Binding { get } public init(projectedValue: Binding) public subscript(dynamicMember keyPa..
iOS 기본 (SwiftUI)
2022. 10. 27. 22:48