views:

126

answers:

1

Hi there.

I was wondering if there is a way to make a UITableView editable in a way where the user is able to rearrange (move) individual TableViewCells, BUT without the "Remove-Cell"-Feature to appear.

thank you for your help

sam

+2  A: 

Have you tried implementing the editingStyleForRowAtIndexPath method and returning UITableViewCellEditingStyleNone?

DyingCactus
you're my hero. thanks a lot.
samsam