QuintGao / GKNavigationBar

GKNavigationBarViewController的分类实现,耦合度底,使用更便捷
https://www.jianshu.com/p/577755d0d69a
MIT License
323 stars 45 forks source link

导航栏渐变无效 #71

Closed VictDog closed 3 years ago

VictDog commented 3 years ago

滚动tableView, 动态修改导航栏透明度:gk_navBarAlpha或者gk_navBackgroundColor试了都无效

QuintGao commented 3 years ago

我试了是可以的,详见demo的UITableViewController

VictDog commented 3 years ago

我试了,demo是可以的, 我本地的项目就是不行, AppDelegate里面配置 GKConfigure 导航栏背景色那些都无效

QuintGao commented 3 years ago

导航栏能正常显示吗?看看是不是其他别的库影响的

VictDog commented 3 years ago

使用 self.gk_navBarAlpha = 1; 导航栏反而边透明了, 不写这句导航栏是默认的白色

QuintGao commented 3 years ago

你这样说我也不知道问题出在哪,最好能提供demo

VictDog commented 3 years ago

找到问题所在了, 在没有设置导航栏标题或者barButtonItem的情况下,确实会出现上述问题, 设置了其中某一个就正常了。

QuintGao commented 3 years ago

是的,如果都不设置的话_UIBarBackground不会被创建,所以某些方法是无效的