in my UITableView sometimes cells stay selected after touching. Because it happens only occasionally, I\'m not able to reproduce the problem.
Any hints? Maybe it has
If you are using a UITableViewController you can use:
self.clearsSelectionOnViewWillAppear = YES;