- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {

cell.selectionStyle = UITableViewCellSelectionStyleNone;//无高亮选中

}

 

相关文章: