Passer Rating iOS
1.0
iOS demo project for Xcode 4 Unleashed
|
#include <Passer_RatingAppDelegate.h>
Public Member Functions | |
NSURL * | applicationDocumentsDirectory () |
Returns the URL to the application's Documents directory. | |
Properties | |
IBOutlet UIWindow * | window |
NSManagedObjectContext * | managedObjectContext |
Returns the managed object context for the application. | |
NSManagedObjectModel * | managedObjectModel |
Returns the managed object model for the application. | |
NSPersistentStoreCoordinator * | persistentStoreCoordinator |
Returns the persistent store coordinator for the application. | |
IBOutlet UINavigationController * | navigationController |
NSURL * applicationDocumentsDirectory | ( | ) | [virtual] |
Returns the URL to the application's Documents directory.
NSManagedObjectContext * managedObjectContext [read, retain] |
Returns the managed object context for the application.
If the context doesn't already exist, it is created and bound to the persistent store coordinator for the application.
NSManagedObjectModel * managedObjectModel [read, retain] |
Returns the managed object model for the application.
If the model doesn't already exist, it is created from the application's model.
IBOutlet UINavigationController* navigationController [read, write, retain] |
NSPersistentStoreCoordinator * persistentStoreCoordinator [read, retain] |
Returns the persistent store coordinator for the application.
If the coordinator doesn't already exist, it is created and the application's store added to it.
IBOutlet UIWindow* window [read, write, retain] |