GMGridView icon indicating copy to clipboard operation
GMGridView copied to clipboard

scroll without so much items

Open JeanetteMueller opened this issue 11 years ago • 2 comments

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?

JeanetteMueller avatar Aug 07 '12 21:08 JeanetteMueller

You have to write that by yourself. It's not supported in this library.

bagusflyer avatar Sep 03 '12 14:09 bagusflyer

Just set gmGridView.alwaysBounceVertical = YES;

kenchung avatar Jan 27 '13 16:01 kenchung