/ Published in: Objective C
Expand |
Embed | Plain Text
UIImage *backgroundImage = [UIImage imageWithContentsOfFile:backgroundPath]; UIColor *backgroundColor = [[UIColor alloc] initWithPatternImage:backgroundImage]; self.tableView.backgroundColor = backgroundColor; [backgroundColor release];
You need to login to post a comment.
