KGStatusBar icon indicating copy to clipboard operation
KGStatusBar copied to clipboard

Queue alerts

Open MaxHasADHD opened this issue 12 years ago • 1 comments

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.

MaxHasADHD avatar Mar 01 '13 05:03 MaxHasADHD

MBAlertView implement the alertview just like @MaxHasADHD said.

caiguo37 avatar Mar 07 '13 01:03 caiguo37