如何在iPhone中创建闹钟应用程序?

时间:2011-04-29 04:34:03

标签: iphone

我想创建iPhone应用程序闹钟,在这个应用程序中用户将能够设置闹钟。有可能吗?

1 个答案:

答案 0 :(得分:2)

UIApplication中的警报称为本地通知。

要创建一个使用方法scheduleLocalNotification:。

请参阅:http://developer.apple.com/library/ios/documentation/uikit/reference/UIApplication_Class/Reference/Reference.html#//apple_ref/occ/instm/UIApplication/scheduleLocalNotification