The Word Clock on the iPhone has the ability to reorder the list items, as do many apps. I’m trying to work out how to do this in Corona’s TableView.
The problem is not so much moving an item, as it is possible (not easy or straightforward, but not a nightmare) to duplicate a row group, float it above other rows and move it vertically. It could even be possible to move the other rows around the floating item row, to represent position shifting.
The problem comes when dragging the item row to the top or bottom of the list and having the list scroll beneath the floating item row. Using the scrollToY function will cause the refresh of the tableView to force all the row items back to their original positions, ruining the effect.
So, any ideas folks? I don’t really want to replicate all the functionality of the tableView on top of a regular scrollView just to avoid item row repositioning… [import]uid: 8271 topic_id: 29780 reply_id: 329780[/import]