On iPhone, I need to set the background view to UITableview. From the 3.2 SDK, I can use something like this in the code:
[self.tableView setBackgroundView:[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"mycustombackground.png"]]];
But how can I do the same in the interface builder? It would be great if I could just set the background view directly in the interface builder. But, it seems, can not find this property, where is it?
Thanks!
iphone uitableview background
Martin
source share