提问人:Muhammad Fauzi Masykur 提问时间:10/1/2019 更新时间:10/1/2019 访问量:616
UIWindow 子视图在 ios 13 上立即消失
UIWindow subview disappear immediately on ios 13
问:
我正在升级我的应用程序以使用 iOS 13。我一直在使用 UIWindow 将图像添加到当前屏幕。但是,在ios 13中,图像会出现,但随后会立即消失。我尝试在以前的版本(即 ios 12.2)中构建,并且运行良好。
这是我的代码:
UIWindow *currentWindow = [UIApplication sharedApplication].keyWindow;
UIImage *image = [UIImage imageNamed:@"test_badge" inBundle:VTBundle compatibleWithTraitCollection:nil];
UIImageView *badgeImageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, [currentWindow bounds].size.height-115, 115, 115)];
badgeImageView.tag =100101;
badgeImageView.image = image;
[currentWindow addSubview:badgeImageView];
答: 暂无答案
评论
rootViewController
,然后它可以有自己的视图实例的子视图。UIWindow
UIWindow
UIViewController
UIWindow
UISwipeActionStandardButton
UITableView