开发者_如何学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:.
精彩评论