I present a view controller from another one: - (void)showModalView { UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; MySecViewController *mySecViewController = […
ios uiviewcontroller screen-orientation autorotate presentviewcontrollerI have a paging UIScrollView in which the user pages horizontally through images, like Apple's Photos.app. That works, but …
iphone uiscrollview autorotateMy app can autorotate but I need one of the views to only show in portrait mode and don't know …
ios objective-c uiviewcontroller ios6 autorotateI am not using Size classes in my project and continue to use old methods for view controller orientation. I …
ios8 uikit uiinterfaceorientation autorotateI need to detect android device orientation change without playing manually with sensor data, while keeping activity orientation stick to …
android automation accelerometer autorotateI have a strange problem in an iPhone app I'm developing. I want my app to support ONLY portrait mode, …
iphone objective-c xcode autorotate device-orientationI updated to Xcode 4.5 and am working with iOS6--a mistake I will definitely not make next time there's an …
ios5 ios6 autorotateMy application window's root view controller is a subclassed UINavigationController. I have added this code to the class: - (BOOL)…
ios uiviewcontroller ios6 autorotateI am developing an application which supports portrait and landscape modes. I am using auto layout to arrange my views. …
ios iphone autolayout device-orientation autorotateMy splash screen is working, but my app works on landscape mode, and the splash screen shows in the default …
iphone ipad ios autorotate uiinterfaceorientation