How to observer when a UIAlertView is displayed?

Posted by DotSlashSlash on Stack Overflow See other posts from Stack Overflow or by DotSlashSlash
Published on 2010-04-08T12:00:58Z Indexed on 2010/04/08 12:03 UTC
Read the original article Hit count: 318

Filed under:
|
|
|

Is it anyway possible to observe if a UIAlertView is being displayed and call a function when it is.

The UIAlertView is not being created and displayed in the same class which I want a function to be called in.

Its hard to explain but to put it simply I need to somehow monitor or observe if the view becomes like out of first responder or something because I dont think it is possible to monitor if a UIAlertView is being displayed :/

© Stack Overflow or respective owner

Related posts about uialertview

Related posts about iphone