cruffenach / CRToast

A modern iOS toast view that can fit your notification needs
MIT License
4.16k stars 464 forks source link

Redundant calls to addNotification: #163

Closed jadar closed 9 years ago

jadar commented 9 years ago

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.