I am devloping a game in which I am using a UITableView which has customCell (UItableViewCell).
In editing mode: Only the reordering control of the UITableView should show.
Right now i am getting the delete and the reordering control.
How to get only reordering control while editing ???????