# HG changeset patch # User koda # Date 1319766112 -7200 # Node ID 39782c4d9246fd8125bc3aa10aeb4c14fd690e79 # Parent c193881389c1e0e3c963617d6e47e033d6c852a5 ok *this* brings ios 3.* runtime compatibility diff -r c193881389c1 -r 39782c4d9246 project_files/HedgewarsMobile/Classes/GameConfigViewController-iPhone.xib --- a/project_files/HedgewarsMobile/Classes/GameConfigViewController-iPhone.xib Fri Oct 28 03:06:31 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController-iPhone.xib Fri Oct 28 03:41:52 2011 +0200 @@ -12,8 +12,8 @@ YES + - YES @@ -151,6 +151,7 @@ 2 + YES IBCocoaTouchFramework @@ -163,6 +164,7 @@ MQA + YES IBCocoaTouchFramework diff -r c193881389c1 -r 39782c4d9246 project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Fri Oct 28 03:06:31 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Fri Oct 28 03:41:52 2011 +0200 @@ -116,8 +116,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; diff -r c193881389c1 -r 39782c4d9246 project_files/HedgewarsMobile/Classes/TeamConfigViewController.m --- 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;