Re: My Phone does not work upside down
Re: My Phone does not work upside down
- Subject: Re: My Phone does not work upside down
- From: "Glenn L. Austin" <email@hidden>
- Date: Tue, 14 Apr 2015 08:15:15 -0700
> On Apr 14, 2015, at 8:06 AM, Gerriet M. Denkmann <email@hidden> wrote:
>
>
>> On 14 Apr 2015, at 21:54, Alex Zavatone <email@hidden> wrote:
>>
>> What happens when you select them all? Are the left and right landscape supported?
>
> iPad unchanged: all 4 orientations ok.
>
> iPhone: upside down shows Landscape.
>
>>
>> If you were to create a brand new 1 view iOS app with just a label with text in the only screen and made sure to select Portrait and Upside Down, does that function as expected?
> No it does not: iPhone refuses to work upside down.
>
>>
>> If so, what are the supported interface orientations for that app?
>
> Do not understand the question.
Look at your main view controller's - (NSUInteger)supportedInterfaceOrientations.
The default return value for iPad is UIInterfaceOrientationMaskAll, but for iPhone it's UIInterfaceOrientationMaskAllButUpsideDown. If you're not overriding that, you won't get upside down on the iPhone.
--
Glenn L. Austin, Computer Wizard and Race Car Driver <><
<http://www.austinsoft.com>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden