--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Fri Oct 28 03:06:31 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Fri Oct 28 03:41:52 2011 +0200
@@ -48,8 +48,9 @@
UIImage *backgroundImage = [[UIImage alloc] initWithContentsOfFile:@"background~iphone.png"];
UIImageView *background = [[UIImageView alloc] initWithImage:backgroundImage];
[backgroundImage release];
- [aTableView setBackgroundView:background];
+ [self.view addSubview:background];
[background release];
+ [aTableView setBackgroundColorForAnyTable:[UIColor clearColor]];
}
aTableView.indicatorStyle = UIScrollViewIndicatorStyleWhite;