Scenario:
I have made 2 sections in one UITableView and the user needs to select a row in each section as shown in the screenshot below.
Expected Outcome:
You can enable the multiple selection in the tableview:
self.tableView.allowsMultipleSelection = YES;