andreamazz / AMScrollingNavbar

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

contentInset becomes negative when scrolling up #315

Open ghost opened 6 years ago

ghost commented 6 years ago

Is there a possibility to avoid updateContentInset do anything? It's messing up with my tableview and hiding part of the content because is changing my insets to negative, if I change this method to updateContentInset(0) everything works great.

markcdb commented 6 years ago

+1 on this

tof-amsiq commented 6 years ago

+1

andreamazz commented 6 years ago

Stop spamming +1 please, Github implemented reactions for a reason. Bugging me with notification won't help.

That method was introduced to fix #219 (it enables table headers to move), so removing it would break other cases. Any alternative idea is welcome.

tof-amsiq commented 6 years ago

Hey Try to look at my alternative idea : https://github.com/andreamazz/AMScrollingNavbar/pull/316

pablogeek commented 6 years ago

How is the status of this issue? I'm having this too