The quick question about deleting the delete function in UITableView is there a way to just go and delete the row without showing the Delete button and without waiting for user confirmation?
Deploy your custom UITableViewCell and use the UISwipeGestureRecognizer . You will need to write all your logic (protocol, delegate, etc.) independently, but you will fully configure it.
You can do this by your own code.
Take one button and click it to remove the selected row from the UiTableView
Source: https://habr.com/ru/post/1346383/More articles:Lambda in Ruby 1.9 - ruby ββ| fooobar.comVB 2010: How to copy all subfolders of a folder to another folder? - vb.netHTML: changing a URL without reloading the page? - javascriptBest way to handle very large long numbers in Ajax? - javascriptUITableView disable confirmation βdeleteβ - iosSynchronize SQLite / Android database table with remote MySQL database (via PHP) - androidCompilation errors - std :: set with const members - c ++How can you find out if a specific HTML 5 function is implemented in a specific browser version? - html5PHP why goes on n slower than using break - phpFind help reading from MongoDB to Node.JS - node.jsAll Articles