Change background color/image of TTThumbsViewController
can I change the background image of my TTThumbsViewController. It's the thumbnail overview screen and at the moment it i开发者_如何学编程s white. Can I turn it to transparent?
Thx :-)
- (void)viewDidLoad { self.tableView.backgroundColor = [UIColor blackColor]; }
精彩评论