Storage
Intro¶
Lots of different storage options in iOS
- Keychain
- Core Data
- User Defaults
- Third party database (eg. Realm, Firebase)
- Plist
- SQLite
- JSON Codable
Keychain¶
Core Data¶
Plist¶
User Defaults¶
Realm¶
JSON¶
Links¶
https://www.innominds.com/blog/persistent-storage-options-in-ios