forkingdog / FDFullscreenPopGesture

A UINavigationController's category to enable fullscreen pop gesture with iOS7+ system style.
MIT License
5.89k stars 1.15k forks source link

设置 self.navigationController.hidesBarsOnSwipe 时,第二次push会崩溃 #197

Open jun-hui opened 4 years ago

jun-hui commented 4 years ago

AVC中隐藏了导航栏,实现了viewWillAppear ,BVC中设置了 self.navigationController.hidesBarsOnSwipe = YES,返回AVC没问题,再次push到BVC就会崩