Local Notification Sample Code (OS 4.0 only)
Рубрики: iPhone on Jun.13, 2010
Start a new Window-based Application Project called LocalPush Add an instance variable bgTask in LocalPushAppDelegate Download Sample + 2 books “iPhoneMemoryManagementFinalVersion” and “ES 2.0 Programming Guide” 1234@interface LocalPushAppDelegate : NSObject { UIWindow *window; UIBackgroundTaskIdentifier bgTask; } It will fire up a Local Notification to remind you one min before the event [...]
