Looks like it is a problem with disabling scrolling on a UITableView:
tableView.scrollEnabled=NO; // Causes selection problems
tableView.scrollEnabled=YES; // Appears to fix it.
http://forums.macrumors.com/showthread.php?t=470266
Blogged with the Flock Browser
