iOS Persistence and Core Data (Udacity)
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 [...]
Self Paced