Simple Persistence

Sort options

iOS Persistence and Core Data (Udacity)

Self Paced
iOS Persistence and Core Data (Udacity)
Free Course
Categories
Effort
Languages
Learn how to store data between app launches. Persisting data is a core skill for any iOS developer. This course will teach you three techniques for storing data to your device’s hard drive: NSUserPreferences for small amounts of data, the Sandbox for files and Core Data when you have [...]