diff options
author | Starla Insigna <starla4444@gmail.com> | 2012-12-25 18:21:31 -0500 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2012-12-25 18:21:31 -0500 |
commit | bcbb03d6abd1ac575f3d7a54f0b7d932a72dca48 (patch) | |
tree | 06318e6922145a0ce29b7385a2ad81d3d0e74703 /Classes/Cart_CollectAppDelegate.m | |
parent | 08cb72a92328cb0f38947fe5e8c5f23bab8cd0cc (diff) | |
download | cartcollect-14125606a976af159f7ebe6c9b35ea73d7caa36e.tar.gz cartcollect-14125606a976af159f7ebe6c9b35ea73d7caa36e.tar.bz2 cartcollect-14125606a976af159f7ebe6c9b35ea73d7caa36e.zip |
Fixed rotation bug with iOS 6 and made highscores landscape v0.4.9
Diffstat (limited to 'Classes/Cart_CollectAppDelegate.m')
-rwxr-xr-x | Classes/Cart_CollectAppDelegate.m | 3 |
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 | ||