I created a fresh project (Xcode 4, Master-Detail application) just to see if I\'m doing something wrong, but I still have the same problem. I want to call -reloadData
-reloadData
Set allowsMultipleSelection for that tableview to TRUE
allowsMultipleSelection
TRUE
self.tableView.allowsMultipleSelection = YES;