之前一直没有碰到过这样的问题,,今天碰到了,,查了一下document,就把问题解决了.
?
方法如下:
?
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
?????? UITableView* cell = (ArmyCell *)[tableView cellForRowAtIndexPath:indexPath];
?????? cell.selected = NO;
}