UIView *bgColorView = [[UIView alloc] init]; bgColorView.backgroundColor = [UIColor cyanColor]; cell.selectedBackgroundView = bgColorView; cell.textLabel.highlightedTextColor = [UIColor grayColor];
No comments:
Post a Comment