Particular screen in landscape mode

Particular screen in landscape mode:

- (UIInterfaceOrientationMask)supportedInterfaceOrientations {
    return UIInterfaceOrientationMaskLandscapeLeft;

}
Previous
Next Post »