How to select multiple rows in UITableView in edit mode?
问题 I want to ask, how can I forward to edit mode, where I can to select multiple rows, as in Messages app, when you click on top right button "Select", when you can choose multiple messages by tapping on circles. Like this: I searched a lot, really, but couldn't find anything. Can anyone help me? Some advices 回答1: Set tableView.allowsMultipleSelectionDuringEditing = true Screenshot Demo code class TableviewController:UITableViewController{ override func viewDidLoad() { super.viewDidLoad()