How to observer when a UIAlertView is displayed?
- by DotSlashSlash
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 :/