Playlist Generator  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Public Member Functions | Protected Attributes
HistoryViewController Class Reference

#import <HistoryViewController.h>

List of all members.

Public Member Functions

(id) - customInit

Protected Attributes

NSManagedObjectContext * context
NSMutableArray * playlists

Detailed Description

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


Member Function Documentation

- (id) customInit

Use this method to initialised the view controller rather than init.


Member Data Documentation

- (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.


The documentation for this class was generated from the following files: