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
- NotificationCenter
- Failed to register bundle identifier
- 독후감
- delegation
- 야곰아카데미
- SWIFTUI
- contentInset
- @available
- 스위프트
- roundingMode
- 아이폰
- IOS
- 책후기
- 스타트업주니어로살아남기
- Mock
- Info.plist
- NumberFormatter
- 독서후기
- Navigation
- human interface guidelines
- Modality
- UIResponder
- SWIFT
- Codegen
- View Life Cycle
- 부트캠프
- Structures and Classes
- xcode
- mvvm
- viewcontroller
Archives
- Today
- Total
목록Codegen (1)
호댕의 iOS 개발
[iOS] CoreData 알아보기
CoreData의 공식 문서를 살펴보면 CoreData에 대해 이렇게 정의를 하고 있다. Persist or cache data on a single device, or sync data to multiple devices with CloudKit. Data를 단일 기기에 저장하거나 데이터를 캐시하거나, CloudKit을 사용하여 다양한 기기에서 동기화를 할 때 사용되는 프레임워크이다. 즉, 단순히 local 데이터를 저장하는 데이터베이스 역할을 하는 것이 아니라 저장, 캐시, 동기화 등의 기능을 제공하는 프레임워크인 것이다. 이외에도 Undo / Redo Manager를 통해 변화를 감지하여 쉽게 Undo와 Redo를 구현할 수 있도록 하기도 한다. 물론 Local에 저장을 할 때 즉, 온라인 / 오프..
Software Engineering/iOS
2022. 3. 30. 16:06