报错信息
[图片上传失败...(image-9d6eb0-1572832235404)] 12862B27-1516-496C-886D-3A7F78CDDCA9.png根据提示信息,只能在主线程中操作
//回到主线程操作
dispatch_async(dispatch_get_main_queue(), ^{
kMBShowMessage(@"loading", nil);
});
//回到主线程操作
dispatch_async(dispatch_get_main_queue(), ^{
kMBShowMessage(@"loading", nil);
});
本文标题:-[UIApplication keyWindow] must
本文链接:https://www.haomeiwen.com/subject/mhurbctx.html
网友评论