summary refs log tree commit diff stats
path: root/Classes/Cart_CollectAppDelegate.m
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2012-12-25 18:21:31 -0500
committerStarla Insigna <starla4444@gmail.com>2012-12-25 18:21:31 -0500
commitbcbb03d6abd1ac575f3d7a54f0b7d932a72dca48 (patch)
tree06318e6922145a0ce29b7385a2ad81d3d0e74703 /Classes/Cart_CollectAppDelegate.m
parent08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc (diff)
downloadcartcollect-bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48.tar.gz
cartcollect-bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48.tar.bz2
cartcollect-bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48.zip
Fixed rotation bug with iOS 6 and made highscores landscape v0.4.9
Diffstat (limited to 'Classes/Cart_CollectAppDelegate.m')
-rwxr-xr-xClasses/Cart_CollectAppDelegate.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index 25a2aa4..c92d231 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m
@@ -114,7 +114,8 @@
114 [viewController setView:glView]; 114 [viewController setView:glView];
115 115
116 // make the View Controller a child of the main window 116 // make the View Controller a child of the main window
117 [window addSubview: viewController.view]; 117 [window setRootViewController:viewController];
118 //[window addSubview: viewController.view];
118 119
119 [window makeKeyAndVisible]; 120 [window makeKeyAndVisible];
120 121