iOS判断是push还是present
iOS 判断是push还是present下面这种方法判断成功了
if (self.presentingViewController)
{
[weakSelf dismissViewControllerAnimated:YES completion:nil];
}
else {
[weakSelf.navigationController popViewControllerAnimated:YES]; }
本文标题:iOS判断是push还是present
转载来源:http://dtcuyxr.com/article/gjdgps.html


咨询
建站咨询
