摘要:
使用空白view取代cell- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ //取消选中颜色 UIView *backView = [[UIView alloc] initWithFrame:cell.frame]; cell.selectedBackgroundView = backView; cell.selectedBackgroundView.backgroundColor = [UIColor clearColor];... 阅读全文
posted @ 2012-07-03 10:52
暖流
阅读(19854)
评论(2)
推荐(1)

浙公网安备 33010602011771号