Method | Use |
UserDefaults | Quickly persist small bits of data e.g. top score, player nickname, music on/off |
Codable | Flash freeze custom objects 마치 아이스크림을 plist로 얼렸다가 먹고싶을 때 꺼내먹는 느낌 |
Keychain | Save small bits of data securely |
SQLite | Persist large amounts of data and query it. |
Core Data | Object-oriented database |
Realm (오픈소스 프레임워크) | A faster and easier database solution. (coredata 보다 빠르다). 장치에서 데이터를 로컬로 유지 |
'iOS > iOS Swift Udemy - AngelaYu' 카테고리의 다른 글
Section19. 252) Core Data Fundamental / CRUD (0) | 2022.10.30 |
---|---|
Section19. 249) CoreData (0) | 2022.10.29 |
Section19. 246) NSCoder로 데이터 인코딩/디코딩(save & load) (0) | 2022.10.28 |
Debug with breakpoint (0) | 2022.10.26 |
iOS swift TableView - table cells must have reuse identifiers (0) | 2022.10.25 |