2012年5月30日 星期三

[iOS] iOS App Programming Guide

iOS App Programming Guide
UIApplication Class Reference
UIDevice Class Reference

Delegates for enter foreground and background

Disable Lock Screen:
[UIApplication sharedApplication].idleTimerDisabled = NO;

2012年5月27日 星期日

[iOS] Notification

Notification Programming Topics
Local and Push Notification Programming Guide
Local Notification

iPhone Development 101