标签:des style class c for table
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
[self.tableView deselectRowAtIndexPath:[self.tableView indexPathForSelectedRow] animated:YES];
}
取消记录tableView选中效果,布布扣,bubuko.com
标签:des style class c for table
原文地址:http://blog.csdn.net/alincexiaohao/article/details/25294169