I have Timeout screen. if UIAlertView is displaying on screen and application is ideal for some time then lock screen appears, so issue is that lock screen is going below the alert view

enter image description here

有帮助吗?

解决方案

Resolved by changing window level property

window.windowLevel = UIWindowLevelAlert + 1;

其他提示

Hide alertView and display Timeout screen. After timeout screen dismissal display alertView again.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top