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.
1分の繰り返し間隔でUILocalNotificationを追加しました。それを削除するには?
[[UIApplication sharedApplication] cancelAllLocalNotifications];
メソッドの下、didLaunchWithOptionsまたはviewDidLoad次のUILocalNotificationコードにコピーするだけです。
didLaunchWithOptions
viewDidLoad
UILocalNotification