KGStatusBar
KGStatusBar copied to clipboard
Queue alerts
Lets say your showing alerts randomly in your app, like when a download file starts its process one will show, and when a button is pressed then one appears, this makes it very messed up and only 1 will be really shown. You should detect if text is already there, if so then add it to a queue, then after a auto dismiss or dismiss is called, Then the next one will automatically be shown. But it will not dismiss fully and then show another alert, it will just change the text. This makes it fast and easy to show multiple messages.
MBAlertView implement the alertview just like @MaxHasADHD said.