QuintGao / GKNavigationBar

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

GKPopAnimatedTransition有一个隐藏bug #114

Open duanguangming opened 7 months ago

duanguangming commented 7 months ago

当isHideTabBar为NO时,toView没有removeFromSuperview,如果多次触发,会导致遗留很多无用的视图层。 GKPushAnimatedTransition也有这个问题