Wednesday, May 14, 2014

Checking orientation in iphone

 UIInterfaceOrientation interfaceOrientation = [[UIApplication sharedApplication] statusBarOrientation];
    if (UIInterfaceOrientationIsPortrait(interfaceOrientation))
    {
       

    }

No comments:

Post a Comment