Graphics Programs Reference
In-Depth Information
NSLog(@"%@", NSStringFromSelector(_cmd));
[[BNRItemStore sharedStore] saveChanges];
}
Build and run the application. You will see that the application gets sent applica-
tion:didFinishLaunchingWithOptions: and then applicationDidBe-
comeActive: . Play around some to see what actions cause what transitions.
Click the Home button, and the console will report that the application briefly inactivated
and then went to the background state. Relaunch the application by tapping its icon on the
Home screen or in the dock. The console will report that the application entered the fore-
ground and then became active.
Click the Home button to exit the application again. Then, Double-click the Home button
to launch the dock and then touch and hold the Homepwner icon until it begins to jiggle.
Tap the red terminate button in the icon's upper left corner. Note that no message is sent to
your application delegate at this point - it is simply terminated.
Search WWH ::




Custom Search