改變UITableView選中行高亮的顏色

FlyLolo發表於2014-11-24
        UIView *backView = [[UIView alloc] initWithFrame:self.contentView.frame];
        backView.backgroundColor = [UIColor colorWithRed:45.0/255.0 green:105.0/255.0 blue:166.0/255.0 alpha:1.0];
        self.selectedBackgroundView = backView;


相關文章