Commit 3ee5c0ed2225c3d5c416a6fea06bfa59f9130ca5
1 parent
c556726ebe
Exists in
master
and in
1 other branch
back button backImage change
Showing 8 changed files with 6 additions and 5 deletions Side-by-side Diff
- IOSDocument.md
- ios/GameSDK.framework/Versions/A/GameSDK
- ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
- ios/GameSDK.zip
- ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
- ios/GameSDKDemo/letsgameDemo/LSGAppDelegate.m
- ios/GameSDKDemo/letsgameDemo/letsgameDemo-Info.plist
- ios/GameSDKResources.bundle/images/icon_back@2x.png
IOSDocument.md
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
ios/GameSDK.zip
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
ios/GameSDKDemo/letsgameDemo/LSGAppDelegate.m
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions |
| 16 | 16 | { |
| 17 | 17 | self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; |
| 18 | - [LetsGameAPI DeviceOrientationIsHorizontal:NO]; | |
| 18 | +// [LetsGameAPI DeviceOrientationIsHorizontal:NO]; | |
| 19 | 19 | |
| 20 | 20 | LSGMainViewController *viewController = [[LSGMainViewController alloc] init]; |
| 21 | 21 | self.window.rootViewController = viewController; |
ios/GameSDKDemo/letsgameDemo/letsgameDemo-Info.plist
| ... | ... | @@ -71,7 +71,8 @@ |
| 71 | 71 | <true/> |
| 72 | 72 | <key>UISupportedInterfaceOrientations</key> |
| 73 | 73 | <array> |
| 74 | - <string>UIInterfaceOrientationPortrait</string> | |
| 74 | + <string>UIInterfaceOrientationLandscapeRight</string> | |
| 75 | + <string>UIInterfaceOrientationLandscapeLeft</string> | |
| 75 | 76 | </array> |
| 76 | 77 | </dict> |
| 77 | 78 | </plist> |
ios/GameSDKResources.bundle/images/icon_back@2x.png