开发者

uialertview not opening as the top window

开发者 https://www.devze.com 2023-02-17 14:10 出处:网络
I\'m opening an UIAlertView which works fine on the iPhone, but when running on iPad 3.2, the alert doesn\'t come to the top:

I'm opening an UIAlertView which works fine on the iPhone, but when running on iPad 3.2, the alert doesn't come to the top:

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"" ...];
[alert show];

It's as though it's hidden beneath whatever UIView is currently at the top. If you've encountered t开发者_StackOverflow社区his before or can suggest a solution (window ordering, visibility, moving view placements, etc) that would be most appreciated.

0

精彩评论

暂无评论...
验证码 换一张
取 消