StickyGridCollectionView-Final
StickyGridCollectionView-Final copied to clipboard
Sticky Grid Collection View: Implementing From Scratch. See blog post for more details: http://www.vadimbulavin.com/sticky-grid-collection-view/
Hey, Whenever I try to call collectionView.reloadData() , the layout crashes with error "index 0 beyond bounds for empty array"
Very nice tutorial. How can I set the collectionview to scroll horizontal/vertical **in straight way only**. meaning disable scrolling in "diagonal line".
You should call super.prepare() // The collection view calls -prepareLayout once at its first layout as the first message to the layout instance. // The collection view calls -prepareLayout again...
I want to implement in such way that most right column would be fixed and scrolling right to left will work .