terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

Banner does not show in case of multiple push notification. #94

Open AashishNagar opened 8 years ago

AashishNagar commented 8 years ago

I am using This class to show the banner when my app receive push notification.But if app receive so much push notification , all of sudden banner stops displaying.

terryworona commented 8 years ago

That's odd. The manager is backed by a queue, so it will just queue up all the messages for each notification.

In the demo app, if you hit any of the buttons several times in a row (as fast as you can), the messages will all appear one after another.

Do you have sample code?