QuintGao / GKNavigationBar

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

可以适配一下iOS15吗 #92

Closed VictDog closed 2 years ago

VictDog commented 2 years ago

大佬,可以适配一下iOS 15吗? 导航栏透明的情况下,滑动视图,导航栏阴影线就显示出来了, 根据网上的做法,设置了scrollEdgeAppearance 和 standardAppearance 还是不行

QuintGao commented 2 years ago

怎么使用的 我这边没复现

VictDog commented 2 years ago

就是普通用法 self.gk_navBackgroundColor = [UIColor clearColor]; self.gk_navLineHidden = YES; 然后滑动tableView 导航栏的阴影线就显示出来了

QuintGao commented 2 years ago

可以提供测试demo吗,我这边试没出现