Can I make an UITableView reorderable while still allowing deletion of rows?

Posted by mystify on Stack Overflow See other posts from Stack Overflow or by mystify
Published on 2010-04-09T10:27:49Z Indexed on 2010/04/09 10:43 UTC
Read the original article Hit count: 355

Filed under:
|

from the docs:

the reordering control temporarily replaces any accessory view.

So when I do implement tableView:moveRowAtIndexPath:toIndexPath: in the data source, I would automatically get those reordering controls, right? But when they replace the accessory view (which may be the deletion control, right), then the user can only reorder. So ... can I do both?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview