QuintGao / GKNavigationBar

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

调用起系统分享后导航栏item边距失效 #81

Closed theskyQQ closed 3 years ago

theskyQQ commented 3 years ago

在setupDefaultConfigure方法里把self.gk_navItemLeftSpace、self.gk_navItemRightSpace、self.navItemLeftSpace、self.navItemRightSpace都设置以后就不会失效 Simulator Screen Shot - iPhone 11 Pro Max - 2021-05-27 at 11 07 11

QuintGao commented 3 years ago

configure.shiledItemSpaceVCs = @[@"UIActivityViewController", @"UIActivityContentViewController"]; 设置下屏蔽的控制器就好了