2

enter image description hereHow can I make custom editing style table cell ? I found

typedef NS_ENUM(NSInteger, UITableViewCellEditingStyle) {
    UITableViewCellEditingStyleNone,
    UITableViewCellEditingStyleDelete,
    UITableViewCellEditingStyleInsert
};

but I need 2 buttons and to make it custom.

i need change system cell edit (mode UITableViewCellEditingStyleDelete). Delete button replace to 2 my custom buttons

Max Sim
  • 81
  • 1
  • 7

0 Answers0