iOS 坑记录
2018-09-05 本文已影响19人
AnderQZ
- 在UIAlertViewController出现之后,调用pop方式返回上一级界面时,出现一个bug:
popToViewController:transition: called on <UINavigationController 0x10281a600> while an existing transition or presentation is occurring; the navigation stack will not be updated.
回不去了。
解决:dismiss掉UIAlertController,再调用pop方法。