- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationPortrait];
return YES;
}
I use this code. But CoronaView doesn’t rotate. Native view rotate.
-
All orientation supports.
-
Rotate iPad to Landscape.
-
Launch app.
-
Coronaview is not rotating.