Playlist Generator
1.0
|
#import <HistoryViewController.h>
Public Member Functions | |
(id) | - customInit |
Protected Attributes | |
NSManagedObjectContext * | context |
NSMutableArray * | playlists |
This view controller uses a Core Data persistent store to view all the previously generated playlists so that they can be quickly generated again. 02-28-12
- (id) customInit |
Use this method to initialised the view controller rather than init.
- (NSManagedObjectContext*) context [protected] |
References managed object context for Core Data stack.
- (NSMutableArray*) playlists [protected] |
Mutable array containing all of the playlist managed objects. This is automatically filled when viewDidLoad: is called.