The following is the code for my build .settings.I want my app to be viewed in landscapeRight and landscapeLeft .But the problem is that it only displays in the default view .It does not changes to landscapeLeft when i rotate my ipad.can anybody help me Please?
[code]
settings =
{
orientation =
{
default = “landscapeRight”
content = “landscapeRight”,
supported =
{
“landscapeRight” , “landscapeLeft”,
},
},
iphone =
{
plist =
{
UIInterfaceOrientation = “UIInterfaceOrientationLandscapeRight”,
UISupportedInterfaceOrientations =
{
“UIInterfaceOrientationLandscapeLeft”,
“UIInterfaceOrientationLandscapeRight”
},
UIPrerenderedIcon = true,
UIApplicationExitsOnSuspend = true,
UIStatusBarHidden=false,
},
}
}
[code] [import]uid: 82446 topic_id: 17236 reply_id: 317236[/import]
[import]uid: 82446 topic_id: 17236 reply_id: 65398[/import]