CuSoon
CuSoon

Reputation: 1

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 is white. Can I turn it to transparent?

Thx :-)

Upvotes: 0

Views: 633

Answers (1)

Michael
Michael

Reputation: 51

  • (void)viewDidLoad { self.tableView.backgroundColor = [UIColor blackColor]; }

Upvotes: 5

Related Questions