ajerez / AJNotificationView

Notice component for iOS (UNMAINTAINED CODE)
MIT License
303 stars 41 forks source link

Clear just the notificationQueue without hiding current notificaiton. #19

Closed srz2 closed 11 years ago

srz2 commented 11 years ago

I added a method to clear the notificationQueue only instead of just having the one to also hide the notification. I sometimes find this useful and would like to suggest it to be added into your code. At certain points, i found it useful that I wanted to clear the queue but not hide my current notification, especially if it is meant to last several seconds and wouldn't want to end it prematurely.

ajerez commented 11 years ago

Nice idea. Thanks!