gmoledina / GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.
MIT License
2.3k stars 512 forks source link

Scrolling bug in iPhone 5 screen #168

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi, in GMGridViewLayoutHorizontalPaged layout there is a bug on the new iPhone 5. If i'm on the last page and there's only 1 item out of 9 possible and i want to scroll back to previous page it won't scroll. However, this does work on iPhone 4/4S screen.