Top "Uiinterfaceorientation" questions

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

UIImageView Background Image and Rotation Help

In my iPad app I currently have a background image png of 1024x1024 pixels and set it using the following …

iphone objective-c ios uiimageview uiinterfaceorientation
UIPopoverController Appears in Wrong Spot

So I've spent some time looking for an answer for this, but so far haven't found anything. I'm trying to …

ios cocoa-touch uipopovercontroller uibarbuttonitem uiinterfaceorientation
"didRotateFromInterfaceOrientation:" not called

hi i am traying to add subview a controller's view in a small view of the main view but the …

objective-c ipad uiinterfaceorientation addsubview
UIWindow frame in ios 8 different from ios 7 in Landscape

I've create simple module where I add subview to UIWindow. In simulator ios 7(Xcode 5.1.1) I have printed self.windows and …

ios7 ios8 xcode6 uiinterfaceorientation uiwindow
In Swift, how to get the device orientation correctly right after it's launched?

I use following code to see if the device is in landscape mode or not: UIDevice.currentDevice().orientation.isLandscape.boolValue …

ios swift swift2 orientation uiinterfaceorientation
iPad orientation change issue

My iPhone application is displaying some odd behavior when run on the iPad with respect to supporting orientation changes. The …

iphone ipad uiinterfaceorientation
Two lines of text in a UISegmentedControl

Try as I might, I can't solve a UISegmentedControl bug for an iOS7 iPhone app. When I create the segmented …

ios uilabel uisegmentedcontrol uiinterfaceorientation
iPhone wont autorotate to upsidedown

I have <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> <…

iphone objective-c ios uiinterfaceorientation
How to get device orientation via UIView reference?

I need to get device orientation from a ViewController. I cannot base on: [[UIDevice currentDevice] beginGeneratingDeviceOrientationNotifications]; UIDeviceOrientation orientation = [[UIDevice currentDevice] …

ios uiview uiinterfaceorientation
iOS 7. Change page orientation only for one view controller

I have iPhone application that supports only Portrait orientation. I want to add to my project view controller that will …

ios uiinterfaceorientation