TLYShyNavBar icon indicating copy to clipboard operation
TLYShyNavBar copied to clipboard

The UITableView's height is reduced while scrolling up

Open lethanhclub opened this issue 8 years ago • 7 comments

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

lethanhclub avatar Mar 16 '16 15:03 lethanhclub

any news about this?

eventomer avatar Mar 29 '16 07:03 eventomer

I am having the same issue

nevinjethmalani avatar Jul 04 '16 01:07 nevinjethmalani

The same issue to me

anphanngocvn avatar Sep 09 '16 07:09 anphanngocvn

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?

Mazyod avatar Sep 09 '16 08:09 Mazyod

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.

florinzf avatar Sep 15 '16 15:09 florinzf

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

joshdholtz avatar Nov 22 '16 21:11 joshdholtz

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.

aarifsumra avatar Mar 16 '17 04:03 aarifsumra