Top "Uiinterfaceorientation" questions

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

failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode void SendDelegateMessage(NSInvocation*): delegate

I'm developing an iOS app using Core Plot headers. I have different UI for landscape and portrait. On orientation change, …

ios core-plot uiinterfaceorientation
How do I detect orientation on app launch for splash screen animation on iPad!

Hi I have an app and I have two *.pngs for default splash screen: Default-Landscape.png Default-Portrait.png What I …

iphone uikit uiinterfaceorientation uidevice device-orientation
UISplitViewController delegate methods not called

I am using a UISplitViewController inside a UITabBarController with a plain UIViewController in the master pane of the split view …

ipad uisplitviewcontroller uiinterfaceorientation
Forcing UIInterfaceOrientation changes on iPhone

I'm strugging with getting an iPhone application which requires just about every push or pop in the Nav Controller Stack …

iphone objective-c uiinterfaceorientation
willRotateToInterfaceOrientation not called on iOS8

I'm using the VFR PDF viewer library in my app, where I present it thus: ReaderDocument *document = [ReaderDocument withDocumentFilePath:pdfFile …

ipad ios8 uiinterfaceorientation vfr-reader
iPad iOS7 - UIImagePickerController in UIPopoverController has wrong preview image

I am using an UIImagePickerController within an UIPopoverController which is working perfectly with iOS6. With iOS 7 the "preview" image which …

ios uiimagepickercontroller ios7 uipopovercontroller uiinterfaceorientation
Force View Controller Orientation in iOS 9

I am working on a photography app that allow photos to be taken in portrait or landscape. Due to the …

ios iphone uiinterfaceorientation
iOS8 + UIDeviceOrientationDidChangeNotification not getting called

In my working application (iOS 7.0.1), UIDeviceOrientationDidChangeNotification is called. Now when i run this application in iOS 8.0 UIDeviceOrientationDidChangeNotification is not getting …

ios swift nsnotificationcenter uiinterfaceorientation
Is there a way to force the interface orientation to change in iPhone?

I know how to allow/disallow the orientation to rotate using - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation However, I have the …

ios uiinterfaceorientation
InterfaceOrientation deprecated in iOS 8

I am not using Size classes in my project and continue to use old methods for view controller orientation. I …

ios8 uikit uiinterfaceorientation autorotate