> On Apr 14, 2015, at 8:06 AM, Gerriet M. Denkmann <gerr...@mdenkmann.de> wrote:
> 
> 
>> On 14 Apr 2015, at 21:54, Alex Zavatone <z...@mac.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to