Re: [iPhone-AppDev-Auditors] Re: Assignment 4, Requirement 9 : work in both portrait and landscape orientations: UINavigationController does NOT support landscape : Change Segue to Modal?

Wednesday, February 1, 2012
I did return "yes" in my PhotoViewController that display photo.  

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
    return YES;
}



On Feb 1, 2012, at 3:36 PM, David C. wrote:

It does support landscape. Just make sure the views inside the
navigation controller support landscape in
shouldAutorotateToInterfaceOrientation.

On Feb 1, 7:57 am, zak <yzhang...@gmail.com> wrote:
Assignment 4, Requirement 9 : Require the app works in both portrait
and landscape orientations:

But UINavigationController does NOT support landscape :

Change Segue to Modal? or I under the requirement or the
UINavigationController behavior wrong?

--
You received this message because you are subscribed to the Google Groups "iPhone Application Development Auditors" group.
To post to this group, send email to iphone-appdev-auditors@googlegroups.com.
To unsubscribe from this group, send email to iphone-appdev-auditors+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iphone-appdev-auditors?hl=en.


0 comments:

Post a Comment