You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
For tableView we have to set Row Height & Estimate in Storyboard view (Attribute Inspector) otherwise the size of the tableview will be decreased and not going to show all rows.
The problem when working with UICollectionView - in my case - was when its contentSize was set. The library works perfectly fine once you have a greater-than-zero content size height.
Try calling self.view.layoutIfNeeded() when your UICollectionView is filled (aka after data comes in). It will force the container to relayout its subviews.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I just found that following the example in this repo but changing from tableView to collectionView don't work.
It doesn't scroll vertically.
The text was updated successfully, but these errors were encountered: