![]() |
Ignite Tools
|
UITableViewController that shows all the Event entries. More...
#import <EventsTableViewController.h>
Properties | |
NSFetchedResultsController * | fetchedResultsController |
NSFetchedResultsController that contains all the events. | |
NSManagedObjectContext * | managedObjectContext |
The NSManagedObjectContext for the session. | |
IBOutlet EventCell * | eventCell |
The Event cell. |
UITableViewController that shows all the Event entries.
- (NSFetchedResultsController *) fetchedResultsController [read, write, retain] |
NSFetchedResultsController that contains all the events.
Returns the fetched results controller.
Creates and configures the controller if necessary.