Top "Autorotate" questions

How to force view controller orientation in iOS 8?

Before iOS 8, we used below code in conjunction with supportedInterfaceOrientations and shouldAutoRotate delegate methods to force app orientation to any …

ios objective-c ios8 uinavigationcontroller autorotate
How do I programmatically set device orientation in iOS 7?

I am working on an iPad app, using AutoLayout, where if the user enables a certain mode ("heads-up" mode), I …

ios xcode ios7 autolayout autorotate
Mobile site - force landscape only / no auto-rotate

I have a site that has a mobile stylesheet: <link rel="stylesheet" href="css/mobile.css" media="handheld"> …

jquery css mobile landscape autorotate
iOS 6: How do I restrict some views to portrait and allow others to rotate?

I have an iPhone app that uses a UINavigationController to present a drill-down interface: First one view, then another, up …

ios iphone ios6 autorotate
Infinitely rotate rectangle in XAML

How to define XAML to rotate a rectangle infinitely? So far I found a solution with code but no xaml: …

wpf xaml animation autorotate
disable autorotate on a single UIViewController in iOS6

I have a project using UINavigationController and segues working properly good, all of them rotate correctly, the thing is... I …

objective-c xcode ios6 uiinterfaceorientation autorotate
android maps auto-rotate

If you open the Google maps app, there is a button on the top right of the screen that you …

android google-maps autorotate
Detect rotation changes in iOS

I am making an iOS app that needs to do a little interface rearrangement upon rotation. I am trying to …

ios interface nsnotificationcenter screen-rotation autorotate
How to make UIPopoverController keep same position after rotating?

I can't keep popover the same position on the screen after rotation. Is there any good way to do that, …

objective-c ios uipopovercontroller autorotate uipopover
overriding shouldAutorotate not working in Swift 3

I'm trying to prevent rotation on one UIViewController and I can't achieve that. I'm doing something like this: open override …

ios swift autorotate