Is it possible to configure a UITableView to allow multiple-selection?

Following property should work fine if you are developing app for iOS5.0+

self.tableView.allowsMultipleSelection = YES;

Leave a Comment