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.
在我的应用程序中,我添加了收入和支出数据并将其作为摘要显示在主页中。现在假设我有一些每天发生的固定费用,它将在我设定的时间自动添加到费用中。我怎样才能做到这一点?
UILocalNotification与使用日历间隔重新安排通知的属性repeatInterval一起使用。我建议遵循苹果 iOS 指南。
UILocalNotification
repeatInterval
希望对你有帮助..
在我看来,只有在创建提醒类功能时才应该使用计时器或通知。
根据我对您问题的理解,我建议您遵循以下建议: