I want to trigger editAction with my custom cell button.
I have tried to implement a delegate to call tableView.isEditing = true
, but I just want to show editAtion menu of specific cell.
Anyone has idea to show editActions with indexPath?
I want to trigger editAction with my custom cell button.
I have tried to implement a delegate to call tableView.isEditing = true
, but I just want to show editAtion menu of specific cell.
Anyone has idea to show editActions with indexPath?