I am developing a game in which I am using a UITableView which has custom cell (UItableViewCell subclass).
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 ?