标签: ios reminders
实施提醒功能的推荐方法是什么,它可以在应用程序处于非活动状态时继续存在,并会在预定时间唤醒它?
在前台使用NSTimer似乎没问题,但是用户应该能够设置提醒,关闭应用并执行其他操作。
NSTimer
这是怎么做到的?
答案 0 :(得分:1)
查看本地通知:
http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html
http://developer.apple.com/library/ios/#documentation/iPhone/Reference/UILocalNotification_Class/Reference/Reference.html#//apple_ref/occ/cl/UILocalNotification