iOS 判断是push还是present
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS 判断是push还是present相关的知识,希望对你有一定的参考价值。
ios 判断是push还是present下面这种方法判断成功了 if (self.presentingViewController) { [weakSelf dismissViewControllerAnimated:YES completion:nil]; } else { [weakSelf.navigationController popViewControllerAnimated:YES]; }
本文出自 “雪花飞落满人间” 博客,请务必保留此出处http://smengxiang.blog.51cto.com/11204872/1893460
以上是关于iOS 判断是push还是present的主要内容,如果未能解决你的问题,请参考以下文章