telly / TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
MIT License
3.73k stars 426 forks source link

Scrolling up after removing TableViewCell header issue #168

Closed tiois closed 7 years ago

tiois commented 7 years ago

When scrolling up after deleting a TableViewCell, the header contracts and then expands (all this rapidly) when reaching the beginning of every TableViewCell BEFORE the one(s) deleted. So when scrolling up, you can see the header rapidly contract and expand while it should always be expanded when scrolling up.

tiois commented 7 years ago

Fixed by setting the contractionResistance to 75.f instead of 0.f