Hi Fellas,
I am trying to open the url through safari in landscape mode. But still not able to do it. Following is the code.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.abc.com"]]; [[UIApplication sharedApplication]setStatusBarOrientation:UIInterfaceOrientationLandscapeRight animated:YES];
Thanks in advance