UITableViewCell 取消选中的蓝色背景

方案一:

  [self.tableView setAllowsSelection:NO];

方案二:

    [cell setSelectionStyle:UITableViewCellSelectionStyleNone];

posted @ 2013-06-18 11:14  cocoajin  阅读(180)  评论(0编辑  收藏  举报