Top "Uiinterfaceorientation" questions

The orientation of the application's user interface in Apple OS.

Forcing landscape orientation on fullscreen MPMoviePlayerController prevents correct rotation when exiting fullscreen

I have an iPhone application (iOS6+) that supports all interface orientations. However, only landscape orientation should be supported when an …

ios iphone objective-c mpmovieplayercontroller uiinterfaceorientation
Support landscape for only one view in UINavigationController

I have a navigation controller which have a few view controllers. I need to support all orientations for all view …

ios iphone cocoa-touch uinavigationcontroller uiinterfaceorientation
Proper AutoresizingMask

I have a view that appears at the center of its parent view portrait mode, what autoresizemask should I use …

ios uiview uiinterfaceorientation autoresizingmask
XCode 4.5 iOS 6.0 simulator and rotation issues

I have application made for iOS 4.2 and I was doing development in XCode 4.3.3 and testing it with iPhone 5.1 Simulator and …

iphone ios ios-simulator uiinterfaceorientation ios6
Unable to handle orientation in iOS 6?

I am using - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation delegate to change the frame of my view based on the orientation …

ipad uiinterfaceorientation ios6 autoresizingmask iphone-5
Why in iOS 8 my app at launch take wrong orientation?

my app up to iOS 7 works correctly. I tried it today with Xcode 6 and when I run it I have …

ios ipad cocoa-touch uiinterfaceorientation
UIScrollView with pages enabled and device rotation/orientation changes (MADNESS)

I'm having a hard time getting this right. I've got a UIScrollView, with paging enabled. It is managed by a …

objective-c cocoa-touch ios uiscrollview uiinterfaceorientation
UIScrollview content size when orientation changes

I have a scrollview with pagination. In viewDidLoad i check if the current orientation is landscape then i set its …

objective-c ios uiscrollview uiinterfaceorientation contentsize
Two-stage rotation animation is deprecated. This application should use the smoother single-stage animation

I am building a ipad application. when the applications starts i show it in landscape Right mode. But as soon …

ipad uiinterfaceorientation ios5.1
setStatusBarOrientation:animated: not working in iOS 6

I've used this code to force an orientation change back to portrait when the user is finished watching the video (…

objective-c cocoa-touch ios6 uiinterfaceorientation autorotate