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

How can items drag in both the directions Left to Right and Right to Left ? #188

Open sagarcool89 opened 11 years ago

sagarcool89 commented 11 years ago

Hello , I am developing one application. Its having functionality of comparison between products information.

I have used Horizontal GridView for showing comparison of products. Its running fine,but draggable object is moving only in one direction, its Left To Right. I want direction to be Right to Left.

Gridview size : (320.0 , 370.0) Items size : (140.0 , 340.0)

Please suggest your solution. I need it very urgently.

Thanks, Waiting for your quick feedback.