iPhone SDK: check if a UIAlertView is showing

Posted by Ricibald on Stack Overflow See other posts from Stack Overflow or by Ricibald
Published on 2010-03-27T10:38:06Z Indexed on 2010/03/27 10:43 UTC
Read the original article Hit count: 259

Filed under:
|

I have a method that posts HTTP data and displays a UIAlertView if there is an error. If I have multiple HTTP post I will show multiple UIAlertView for every error.

I want to show a UIAlertView only if is not showing other UIAlertView. How can I determine this?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about uialertview