bobbyali / kidsvidz

KidsVidz - Simple and Safe iOS YouTube player for young children
0 stars 1 forks source link

Enable persistent data #4

Closed bobbyali closed 9 years ago

bobbyali commented 9 years ago

Use NSCoding or NSUserDefaults to save and load the playlist objects.

bobbyali commented 9 years ago

Need to make sure that the changes get saved whenever any changes are made to the objects (e.g. when a playlist is edited, deleted, created).

This is a good resource to start with: http://nshipster.com/nscoding/