QMUI_iOS icon indicating copy to clipboard operation
QMUI_iOS copied to clipboard

QMUINavigationController 不和QMUICommonViewController配套使用

Open cd-chen opened this issue 2 years ago • 1 comments

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

这是出问题的截图

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

cd-chen avatar Mar 13 '23 08:03 cd-chen

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

MoLice avatar Mar 13 '23 12:03 MoLice