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.
I was trying to use GM grid view with a single row with only 2 elements. (1/4 of the screen is occupied and 3/4 of the gridview is black space). Items are aligned to left in default fashion.
When an item is dragged to right border in swap mode the alignment of items changes and they are becoming "RIght" aligned.
Similarly when an item is dragged to left border in swap mode the alignment of items changes and they are becoming "Left" aligned.
Any idea how to fix this? Am i missing some flags with the implementation?
I was trying to use GM grid view with a single row with only 2 elements. (1/4 of the screen is occupied and 3/4 of the gridview is black space). Items are aligned to left in default fashion. When an item is dragged to right border in swap mode the alignment of items changes and they are becoming "RIght" aligned. Similarly when an item is dragged to left border in swap mode the alignment of items changes and they are becoming "Left" aligned.
Any idea how to fix this? Am i missing some flags with the implementation?