tags:

views:

236

answers:

1

Hi together,

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 :-)

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