For some reason screen gets dark and freezes, alert is not shown... can someone please help?
Thanks in advance!
} else { UIAlertView *alert = [[U
You get a dark screen without a popup, or slower popup if you show the UIAlertView from a background thread. Just out it back in the main thread and it will be fine. I just had this problem last week.