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.
我正在开发一个简单的应用程序,该应用程序设置一些NSLocalNotification重复间隔。
NSLocalNotification
我陷入了一个奇怪的境地:
fireDate
如果您正在执行设定的时间间隔,您可以通过为直到您希望它停止的日期的时间间隔设置单独的通知来解决这个问题。当他们的用户重新打开应用程序时,您可以清除它们并重置它们。这可能太多也可能不会太多,但这实际上是我自己做的。