[フレーム]
Last Updated: February 25, 2016
·
964
· novalagung

iOS - Fetching all scheduled local notification

[[NSNotificationCenter defaultCenter] addObserverForName:nil
 object:nil
 queue:nil
 usingBlock:^(NSNotification* notification) {
 /** do something */
}];

AltStyle によって変換されたページ (->オリジナル) /