You can enable a multi-select option in table view.
tableView.allowsMultipleSelectionDuringEditing = true
This allows you to select multiple rows with a checkbox.
Topic:
Programming Languages
SubTopic:
Swift
Tags: