Put a UITableView into editing mode without moving the TextLabel?
Posted
by pkulak
on Stack Overflow
See other posts from Stack Overflow
or by pkulak
Published on 2010-04-09T22:35:48Z
Indexed on
2010/04/10
5:23 UTC
Read the original article
Hit count: 213
iphone
|cocoa-touch
I've got a UITableView that is sortable, but that's it. Right now, I have all the cells set to UITableViewCellEditingStyleNone, but this still moves the TextLabel of the cell over to the right by 40 pixels. Is there anyway to get edit mode, and the sort icon at the right, without shifting the TextLabel over?
© Stack Overflow or respective owner