/ Published in: Objective C
Expand |
Embed | Plain Text
// with an image: self.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"whiteBackground.png"]]; // with a UIColor value self.backgroundColor = [UIColor redColor]
You need to login to post a comment.
