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

pop手势在UIPageViewController里失效 #64

Closed internalG closed 5 years ago

internalG commented 5 years ago

把下面3行去掉就好了,请问gesture必须重载吗? `

listenzz commented 5 years ago

去掉会导致 hbd_backInteractive 这个属性失效,如果不使用该属性,去掉无妨。 还会影响通过侧滑返回时,返回按钮的过渡效果,也可以不用太在意。

internalG commented 5 years ago

谢谢。如果需要在某个controller里用xib实现定制的navigationbar应该怎么做呢?