andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 633 forks source link

Example with Tableview + UIToolBar breaks if toolbar height is not 44 #317

Closed hammadzz closed 6 years ago

hammadzz commented 6 years ago

Changing the UIToolBar height to 34 results in this issue:

simulator screen shot - iphone x - 2018-06-04 at 19 25 11

xieweizhi commented 6 years ago

I found the same issue here.

andreamazz commented 6 years ago

Fixed in master. I've made some major changes on how the state is handled, please test it out.