Closed bobbyali closed 9 years ago
Use NSCoding or NSUserDefaults to save and load the playlist objects.
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/
Use NSCoding or NSUserDefaults to save and load the playlist objects.