objective-ciosuitablevieweditmode

UITableView edit mode delete button padding-right


I want to give some space between UITableView edit mode delete button and cell left side (See screenshot below).
Any idea?


(source: mixdesign.kz)


Solution

  • @property(nonatomic) NSInteger indentationLevel is a property define din UITableViewCell documentation. Using this you can set the indentation level of a tableview Cell. Set this property from your - (void)willTransitionToState:(UITableViewCellStateMask)state