美文网首页
popViewControllerAnimated 引起崩溃 找

popViewControllerAnimated 引起崩溃 找

作者: Justin_W | 来源:发表于2017-07-11 12:08 被阅读0次
if([NSThreadisMainThread]) {
   NSLog(@"Yay!"); 
   [self.navigationController popViewControllerAnimated:YES];
}else{
 NSLog(@"Humph, switching to main");
 dispatch_async(dispatch_get_main_queue(),  ^{      
  [self.navigationController popViewControllerAnimated:YES];   
 });
}

相关文章

网友评论

      本文标题:popViewControllerAnimated 引起崩溃 找

      本文链接:https://www.haomeiwen.com/subject/ooophxtx.html