/ Published in: Objective C
Expand |
Embed | Plain Text
UIView *cellBackView = [[[UIView alloc] initWithFrame:CGRectZero] autorelease]; cellBackView.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@"cellbg.png"]]; cell.backgroundView = cellBackView; cell.textLabel.backgroundColor=[UIColor clearColor];
You need to login to post a comment.
