GMGridView
GMGridView copied to clipboard
scroll without so much items
Hi, is it possible to scroll the container without so much griditems? i want to scroll down to show the pull-to-refresh header but i cant if there are not enough items so the grid has to allow to scroll. how can i activate this?
You have to write that by yourself. It's not supported in this library.
Just set gmGridView.alwaysBounceVertical = YES;