In a model UIViewController I have the following implementation of loadView (everything is created programmatically):
- (void)loadView { // Add Basic Vi
Make sure you have the following 3 options set:
tbView.opaque = NO; tbView.backgroundColor = [UIColor clearColor]; tbView.backgroundView = nil;