Since iOS 11 it is easy to add swipe actions in a table view. What we need to do, is to implement UITableView delegate methods for providing actions for leading and trailing edge. Let's jump right into it. Default swipe actions Swipe actions are provided by two delegate methods which return UISwipeActionsConfiguration. It should be …