문제

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