0
点赞
收藏
分享

微信扫一扫

iOS Pushing a navigation controller is not supported

_阿瑶 2022-10-25 阅读 180


崩溃:

​*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Pushing a navigation controller is not supported'​

原因:

如果​​push​​​的对象是继承自​​UINavigationController​​​, 则存在 ​​NavigationController​​​ 管理 ​​NavigationController​​ 对象。

存在冲突,于是就报错!


举报

相关推荐

0 条评论