What’s in the Project
The project template you chose for Passer Rating includes a lot:
Note
If you don’t see the Navigator area, highlight the button near the right end of the toolbar that shows a bar at the left side of the window rectangle; the Project navigator is the first tab.
Class PRAppDelegate: The application itself is represented by an object of class UIApplication
, which you should never have to subclass or replace. True to the delegation pattern used throughout Cocoa, all of the unique behavior of the application comes through the methods of a delegate object, which the application object calls into. PRAppDelegate
is declared as ...
Get Xcode 5 Start to Finish: iOS and OS X Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.