There are three showNotification methods that are meant to be easy-to-use. showNotificationsWithOptions:completionBlock: AND showNotificationWithOptions:appearanceBlock:completionBlock: call addNotification individually. This makes it hard to hook showing notifications, since you can't override addNotification.
There are three
showNotification
methods that are meant to be easy-to-use.showNotificationsWithOptions:completionBlock:
ANDshowNotificationWithOptions:appearanceBlock:completionBlock:
calladdNotification
individually. This makes it hard to hook showing notifications, since you can't override addNotification.