QMUI_iOS
QMUI_iOS copied to clipboard
QMUINavigationController 不和QMUICommonViewController配套使用
项目中单独导入了QMUINavigationController,目前的需求是前面一个页面导航栏透明,后面的为白色,当侧滑或者返回按钮返回效果达不到QMUINavigationController 和QMUICommonViewController使用的效果。如果单独QMUINavigationController需要做哪些额外的配置才能达到一样的效果。
这是出问题的截图
只要让 shouldCustomTransitionAutomaticallyForOperation:firstViewController:secondViewController: 返回 YES 就可以,具体怎么返回 YES,一步一步调试看看。