Remove auto-generated IDE crap

This commit is contained in:
Lior Halphon
2024-08-25 17:55:48 +03:00
parent b6c6b9ed54
commit c7c54abb6b

View File

@@ -256,7 +256,7 @@ contextMenuConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath
UIAction *deleteAction = [UIAction actionWithTitle:@"Delete"
image:[UIImage systemImageNamed:@"trash"]
identifier:nil
handler:^(__kindof UIAction * _Nonnull action) {
handler:^(UIAction *action) {
[self tableView:tableView
commitEditingStyle:UITableViewCellEditingStyleDelete
forRowAtIndexPath:indexPath];