Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.05k stars 1.37k forks source link

QMUINavigationController 不和QMUICommonViewController配套使用 #1486

Open cd-chen opened 1 year ago

cd-chen commented 1 year ago

项目中单独导入了QMUINavigationController,目前的需求是前面一个页面导航栏透明,后面的为白色,当侧滑或者返回按钮返回效果达不到QMUINavigationController 和QMUICommonViewController使用的效果。如果单独QMUINavigationController需要做哪些额外的配置才能达到一样的效果。

这是出问题的截图

http://rqes6d97d.hd-bkt.clouddn.com/IMG_4468.jpg

MoLice commented 1 year ago

只要让 shouldCustomTransitionAutomaticallyForOperation:firstViewController:secondViewController: 返回 YES 就可以,具体怎么返回 YES,一步一步调试看看。