QuintGao / GKNavigationBarViewController

iOS自定义导航栏-导航栏联动
https://www.jianshu.com/p/577755d0d69a
MIT License
727 stars 130 forks source link

点击透明导航栏的rightItem进行push操作,导航栏大概有50%的概率出现闪烁现象 #20

Closed ArchLL closed 5 years ago

QuintGao commented 5 years ago

有复现的demo吗

ArchLL commented 5 years ago

https://github.com/ArchLL/HGPersonalCenter 你点击"消息"push的时候会出现,你要多点击几次才行,测试环境:iphone XS Max iOS12.2 模拟器

QuintGao commented 5 years ago

这个我查了下,点击push的时候导航栏背景的alpha会变成1(系统触发),然后又在layoutSubViews方法里变成0,应该是这个过程引起的闪烁,目前没找到解决办法