I'd like to customise the behaviour of my tableview when reordering. When you reorder rows I would like to be able to 'drop' one row on top of another to create a group.
I have seen other apps do this so I know that it is possible but I don't see any relevant hooks for customising this in the UITableView class reference.
Does anyone have any experience with this?