dismissWithClickedButtonIndex:animated:) withObject:nil afterDelay:1.0];

这个问题的实质应该是在非主线程中 直接修改 界面。  如果把alertView 发在主线程调用就ok了。
==============非主线程
[self performSelectorOnMainThread:@selector(onResp*****eInMainThread) withObject:nil waitUntilDone:YES];

============= 主线程
-(void)onResp*****eInMainThread{
    [waitingBackView removeFromSuperview];
    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"title" message:@"message !" delegate:nil cancelButtonTitle:@"Done" otherButtonTitles:nil];
    [alert show];
    [alert release];

 

只有UIAlertView才会引起这个错误吗?我的程序中没有用到UIAlertView的接口,而且在界面更新的时候也没有涉及到多线程,但还是出现了这个错误提示.....

我现在一个app,全屏幕的起始界面,然后在controller里设置 [[UIApplication sharedApplication] setStatusBarHidden:NO]; 显示状态栏,就会有这个情况


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值