Tencent / QMUI_iOS

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

设置透明导航栏转场效果有bug #1261

Closed MoDaBao closed 3 years ago

MoDaBao commented 3 years ago

Bug 表现 配置表中automaticCustomNavigationBarTransitionStyle设置为YES 控制器中 self.navigationController.navigationBar.translucent 设置为YES 这个属性不设置为YES透明背景就无效 并且实现了QMUINavigationControllerDelegate中返回背景图片的代理方法 转场效果有bug

截图

https://user-images.githubusercontent.com/16697955/123508420-eed5cd80-d6a1-11eb-85de-a2d07081d081.MP4

其他信息

MoLice commented 3 years ago

无法重现:

MoDaBao commented 3 years ago

找到原因了 因为我在代码其他地方调用了[UINavigationBar appearance]设置导航栏的样式