telly / TLYShyNavBar

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

The UITableView's height is reduced while scrolling up #131

Open lethanhclub opened 8 years ago

lethanhclub commented 8 years ago

if you scroll up your tableview then its height is reduced.

eventomer commented 8 years ago

any news about this?

nevinjethmalani commented 8 years ago

I am having the same issue

anphanngocvn commented 8 years ago

The same issue to me

Mazyod commented 8 years ago

Hello, thanks for reporting this issue. I can't replicate this on any table view with the latest commit on master. Can you please try the demo, or perhaps provide a way to replicate the issue?

florinzf commented 8 years ago

Having the same issue. Does it help that I calculate the height of the rows dynamically? Also, depending where in my viewDidLoad I set self.shyNavBarManager.scrollView = self.tableView, the height of the table changes also.

joshdholtz commented 7 years ago

I'm also seeing this. Anybody have any fixes for it?

aarifsumra commented 7 years ago

make sure the constraints for the collection view or table view are related to superview for top and bottom instead of top and bottom layout guide.