Last Updated: February 25, 2016
·
893
· novalagung

iOS - Fetching all scheduled local notification

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