iPhone SDK: check if a UIAlertView is showing
- by Ricibald
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?