Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Objective-C 代码编辑用户在 iphone 上设置的警报?是否可以?
或者我可以在我的应用程序中创建一个警报来提醒用户时间到了吗?:) 在过去的研究中找不到任何解决方案.. 谢谢 ;)
您不能编辑用户的警报,但应用程序可以使用UILocalNotification该类安排本地通知。
UILocalNotification