Tencent / QMUI_iOS

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

侧滑手势导致导航栏变颜色 #1140

Closed TMMMMMS closed 3 years ago

TMMMMMS commented 3 years ago

项目刚更新QMUIKit库,更新完后发现一个问题: 当前页面导航栏的背景色默认是设置为透明色,当使用侧滑手势时,该页面的导航栏立即变为base controller里设置的白色,查看demo并没有出现此问题。希望作者能给我一个排错的思路,找不到问题点是出在哪里。

IMG_0298

------------------------------------------------- 分割线 -------------------------------------------------

IMG_0299

MoLice commented 3 years ago

可以将配置表的 AutomaticCustomNavigationBarTransitionStyle 置为 YES,或者使用 QMUICustomNavigationBarTransitionDelegate 里的 customNavigationBarTransitionKey,具体请看注释及 Demo。

TMMMMMS commented 3 years ago

解决了,谢谢