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

当持有ChildViewController无法进行事件穿透 #112

Closed QiuXiaochun closed 4 years ago

QiuXiaochun commented 4 years ago

当我在push进入一个控制器viewController_A后,进入后的控制器使用了如下代码: [self addChildViewController:viewController_B]; 或者强持有一个viewController_B的时候,隐藏导航栏viewController_A 使用self.hbd_barHidden = YES; viewController_A导航栏底下的部分无法进行事件穿透了。

我移除相关代码,就可以穿透了。我想请问作者有没有什么别的方法解决,对于该库。