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
- Refactoring
- uiscrollview
- Protocol
- swift documentation
- 리팩토링
- 리펙터링
- 클린 코드
- 스위프트
- swiftUI
- map
- 리펙토링
- ios
- ribs
- Observable
- tableView
- collectionview
- Human interface guide
- Xcode
- rxswift
- uitableview
- combine
- Clean Code
- clean architecture
- RxCocoa
- 애니메이션
- UITextView
- HIG
- UICollectionView
- SWIFT
- MVVM
Archives
- Today
- Total
목록SwiftData (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 4. WWDC2023 정리 - SwiftData 개념 (#@Model, #@Attribute, #@Relationship, #ModelContainer, #ModelContext)
SwiftData 개념 iOS17+ 에서 제공 Swift macro가 제공하는 표현식을 제공 @Model 키워드로 사용 SwiftData는 즉시 사용할 수 있도록 기본적인 value type 프로퍼티를 기본적으로 포함 기본 타입 (String, Int, Double, ...) Collection 타입 (Array, Set, Dictionary) 기타 (Struct, Codable) SwiftData 모델은 타입을 관계로 참조함 모델 유형 간에 link를 만들 수 있음 @Model 키워드 import SwiftData로 모듈 임포트 SwiftData를 사용하려는 클래스 바로 위에 @Model을 선언 MetaData (@Model, @Attribute, @Relationship) @Model: SwiftDa..
WWDC 정리/WWDC 2023 정리
2023. 6. 9. 01:05