Is it possible to configure a UITableView to allow multiple-selection? July 27, 2023 by Tarik Following property should work fine if you are developing app for iOS5.0+ self.tableView.allowsMultipleSelection = YES;