ok *this* brings ios 3.* runtime compatibility
authorkoda
Fri, 28 Oct 2011 03:41:52 +0200
changeset 6220 39782c4d9246
parent 6219 c193881389c1
child 6221 f3ac3e51418b
ok *this* brings ios 3.* runtime compatibility
project_files/HedgewarsMobile/Classes/GameConfigViewController-iPhone.xib
project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
project_files/HedgewarsMobile/Classes/TeamConfigViewController.m
--- 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 @@
 		</object>
 		<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
 			<bool key="EncodedWithXMLCoder">YES</bool>
+			<integer value="30"/>
 			<integer value="2"/>
-			<integer value="30"/>
 		</object>
 		<object class="NSArray" key="IBDocument.PluginDependencies">
 			<bool key="EncodedWithXMLCoder">YES</bool>
@@ -151,6 +151,7 @@
 								<int key="NSID">2</int>
 							</object>
 						</object>
+						<bool key="IBUIClipsSubviews">YES</bool>
 						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 					</object>
 					<object class="IBUIView" id="848489667">
@@ -163,6 +164,7 @@
 							<bytes key="NSWhite">MQA</bytes>
 							<reference key="NSCustomColorSpace" ref="9020506"/>
 						</object>
+						<bool key="IBUIClipsSubviews">YES</bool>
 						<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
 					</object>
 				</object>
--- 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;
--- 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;