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.
我想为我的用户提供在事件中搜索的选项 - 标题、位置、注释等。最好的方法是什么?只需获取未来 2 年的所有事件,但如何在不减慢速度的情况下进行搜索?
注册通知也称为本地通知。使用 NSLocalNotification 它将为事件提供所需的警报。