Passer Rating iOS  1.0
iOS demo project for Xcode 4 Unleashed
Public Member Functions | Properties
Passer_RatingAppDelegate Class Reference

#include <Passer_RatingAppDelegate.h>

List of all members.

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

Member Function Documentation

NSURL * applicationDocumentsDirectory ( ) [virtual]

Returns the URL to the application's Documents directory.


Property Documentation

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]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties Defines