彭山网站建设设计

将想法与焦点和您一起共享

iOS判断是push还是present

iOS 判断是push还是present下面这种方法判断成功了
 if (self.presentingViewController)
  {
     [weakSelf dismissViewControllerAnimated:YES completion:nil];
   } 
  else {
      [weakSelf.navigationController popViewControllerAnimated:YES];      }

分享文章:iOS判断是push还是present
分享URL:http://ncjierui.cn/article/gjdgps.html

其他资讯