GMGridView
GMGridView copied to clipboard
scrollToObjectAtIndex doesn't scroll as expected?
Hi, I have a grid view with pagingEnabled = NO, and ~100 cells, with 5 rows of three cells visible at a time. If I say
[gridView scrollToObjectAtIndex:position atScrollPosition:GMGridViewScrollPositionTop animated:YES];
and the cell in place position is on the screen already, no scrolling happens. What I expected would happen is that it would scroll so that the cell in question would be in the topmost row of the grid view. Any suggestions for how to make it scroll so that, for instance cell with position 11 is scrolled to the top of the visible grid view?
Cheers
Nik
I'm having the same issue, if I figure something out I'll get back with you - though I know it's probably been too long to matter