listenzz / HBDNavigationBar

A custom UINavigationBar for smooth switching between various states, including bar style, bar tint color, background image, background alpha, bar hidden, title text attributes, tint color, shadow hidden...
MIT License
1.65k stars 215 forks source link

与 FDFullscreenPopGesture 冲突,导致数组越界崩溃 #172

Open GJGujian opened 2 years ago

GJGujian commented 2 years ago

当将要push的控制器设置了 self.fd_prefersNavigationBarHidden = YES时,HBDNavigationController- fakeBarFrameForViewController:方法会崩溃。

原因是该方法内部第一行 UIView *back = self.navigationBar.subviews[0]; 数组越界,self.navigationBar.subviews元素个数为0.