开发者

How to create Alarm clock application in iPhone? [closed]

开发者 https://www.devze.com 2023-03-01 06:05 出处:网络
开发者_如何学JAVA It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
开发者_如何学JAVA It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

I want to create iPhone application alarm clock, in this application the user will be able to set the alarm. It is possible or not?


An alarm in a UIApplication is known as a local notification.

To create one use the method scheduleLocalNotification:.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消