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.
是否可以使用默认组件在 iOS 中侦听特定时间的通知(例如,每秒、每分钟、凌晨 5 点、11:45 等)?还是我应该使用一些临时解决方案?
不像那样,您需要添加自己的方式来调用每个时间段的方法,为此使用 NSTimer 或 UILocalNotifications:
NSTimer 参考
UILocalNotification 参考
例如,创建一个计时器并每 5 分钟重复一次,或者每天 11:45... 或每天早上 5 点发送通知,等等...