iOSの鉱山開発アプリからリマインダーデフォルトアプリにタスクを追加する方法
質問する
141 次
1 に答える
1
はい、iOS6以降のAPIを使用してiOSアプリのリマインダーにアクセスできますEventKit.framework
。iOSの公式ドキュメントへのリンクは次のとおりです。
- http://developer.apple.com/library/ios/#documentation/DataManagement/Conceptual/EventKitProgGuide/ReadingAndWritingReminders/ReadingAndWritingReminders.html#//apple_ref/doc/uid/TP40009765-CH5-SW1
- http://developer.apple.com/library/ios/#documentation/EventKit/Reference/EKEventStoreClassRef/Reference/Reference.html#//apple_ref/occ/cl/EKEventStore
于 2013-03-16T07:32:15.307 に答える