摘要:
UITableView取消选中颜色、常用操作使用空白view取代cell- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ //取消选中颜色 UIView *backView = [[UIView alloc] initWithFrame:cell.frame]; cell.selectedBackgroundView = backView; cell.selectedBackgroundView.backgroundColor =... 阅读全文
posted @ 2013-06-21 10:48
天牛
阅读(365)
评论(0)
推荐(0)