Top "Autorotate" questions

Rotation behaving differently on iOS6

I did an App which is tab-based. Nothing needs to be on landscape mode but a couple of views. It …

ios xcode autorotate autolayout
iOS 6 auto rotate confusion

I have my entire interface in one Storyboard. How can I make most of the ViewControllers only support a portrait …

iphone rotation ios6 autorotate
How to make app fully working correctly for autorotation in iOS 6?

In iOS6, shouldAutorotateToInterfaceOrientation is deprecated. I tried to use supportedInterfaceOrientations and shouldAutorotate to make app working correctly for autorotation but …

ios uiviewcontroller ios6 autorotate
How to use Tor combine with Java

Updated my question I'm building a crawler system by Java to compare price online. However, I worry about my IP …

java autorotate tor
iOS 6 auto rotation issue - supportedInterfaceOrientations return value not respected

I've got an app where I have a UINavigationController subclass as my rootViewController. I've got a UITableViewController that lets the …

iphone objective-c ipad ios6 autorotate
How to rotate sub-views around their own centres?

Is it possible to rotate a view around its own centre? In my present implementation the sub-views (buttons, etc) seem …

ios rotation autorotate
UIScrollView: what is the difference between contentOffset and bounds.origin?

I have implemented an UIScrollView delegate as: - (void) scrollViewDidScroll: (UIScrollView *) scrollView { CGRect bounds = scrollView.bounds ; CGPoint scrollLoc = scrollView.contentOffset ; …

ios uiscrollview autorotate
AS3 - iOS force landscape mode only?

I've built a game for iOS that is designed for landscape mode and it works just fine except that if …

actionscript-3 landscape autorotate
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
Keyboard "WillShow" and "WillHide" vs. Rotation

I've got a view controller listening for both UIKeyboardWillShowNotification and UIKeyboardWillHideNotification. The handlers for these notifications adjust various parts of …

iphone ios ipad keyboard autorotate