This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 427
The UITableView's height is reduced while scrolling up #131
Comments
any news about this? |
I am having the same issue |
The same issue to me |
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? |
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. |
I'm also seeing this. Anybody have any fixes for it? |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
if you scroll up your tableview then its height is reduced.
The text was updated successfully, but these errors were encountered: