-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm strugging with getting an iPhone application which requires just about every push or pop in the Nav Controller Stack to change orientation.
Basically the first view is portrait, the second landscape the third portrait again (Yes I know this is less than ideal, but that's the design and I've got…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I don't need to specify the orientation in this case, I just need to detect it, but I'm having trouble. I have conditional code that should only work in portrait, and if the device is in landscape I need to do something else. Since the deviceOrientation is not necessarily the same as the interfaceOrientation…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I created a bare bones iPhone app with a UIWebView (Scales Page to Fit = YES, shouldAutorotateToInterfaceOrientation = YES) and loaded a webpage, e.g. http://stackoverflow.com/
Rotating the device shows that UIWebView is auto-resized to fit the width. Good.
Incorrect: Zoom into the page and zoom…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there, I've been searching a lot on this, and can't find anything to help me.
I have a UIViewController contained within another UIViewController. When the parent UIViewController rotates, say from Portrait to LandscapeLeft, I want to make it look as though the child didn't rotate. That is to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have a view inside a tabbarcontroller and navigationcontroller and my willAnimateRotationToInterfaceOrientation method is not firing.
I have set the view to be FirstResponder and also shouldAutorotateToInterfaceOrientation returning YES;
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)…
>>> More