Re: My Phone does not work upside down

2015-04-14 Thread Jens Alfke
> On Apr 14, 2015, at 8:44 AM, Roland King wrote: > > The one thing I’ve never understood is why ‘upside down portrait’ is > discouraged on the phone. I think it’s because holding your phone upside down is a really bad idea when you try to use it as a _phone_*. So maybe Apple wants to keep i

Re: My Phone does not work upside down

2015-04-14 Thread Roland King
> On 14 Apr 2015, at 23:28, Gerriet M. Denkmann wrote: > > > > I obviously have some problems understanding the documentation. Indeed. > My app is just the what Xcode gives me for iOS Master-Detail. > There are MasterViewController (UITableViewController) and > DetailViewController : UIVie

Re: My Phone does not work upside down

2015-04-14 Thread Alex Zavatone
Tells you the last time I needed to check and see how to make the phone display upside down. On Apr 14, 2015, at 11:25 AM, Roland King wrote: > >> On 14 Apr 2015, at 23:18, Alex Zavatone wrote: >> >> Hope this helps. >> >> http://stackoverflow.com/questions/27525657/ios-8-upside-down-orienta

Re: My Phone does not work upside down

2015-04-14 Thread Gerriet M. Denkmann
> On 14 Apr 2015, at 22:00, Roland King wrote: > > >> On 14 Apr 2015, at 22:35, Gerriet M. Denkmann wrote: >> >> >>> On 14 Apr 2015, at 21:21, Jens Alfke wrote: >>> >>> On Apr 14, 2015, at 4:57 AM, Roland King wrote: Read the manual. >> >> Excellent advice. I have been

Re: My Phone does not work upside down

2015-04-14 Thread Roland King
> On 14 Apr 2015, at 23:18, Alex Zavatone wrote: > > Hope this helps. > > http://stackoverflow.com/questions/27525657/ios-8-upside-down-orientation-xcode-option-enabled-still-doenst-work > > So frustrating. It’s not frustrating. It’s been like that since iOS6, it’s very-well-documented in U

Re: My Phone does not work upside down

2015-04-14 Thread Alex Zavatone
Hope this helps. http://stackoverflow.com/questions/27525657/ios-8-upside-down-orientation-xcode-option-enabled-still-doenst-work So frustrating. On Apr 14, 2015, at 11:06 AM, Gerriet M. Denkmann wrote: > >> On 14 Apr 2015, at 21:54, Alex Zavatone wrote: >> >> What happens when you select th

Re: My Phone does not work upside down

2015-04-14 Thread Alex Zavatone
Well, DAMN. I just tried the same with one of my little projects under Xcode 6.2, iOS 8.1.3 . iPhone 6. All 4 orientations are checked. Turning the phone upside down never redraws the view. Same on an iPhone 5s with iOS 7.1.1. Same on an iPod Touch with iOS 6.1.3. Argh. Does anyone know wha

Re: My Phone does not work upside down

2015-04-14 Thread Glenn L. Austin
> On Apr 14, 2015, at 8:06 AM, Gerriet M. Denkmann wrote: > > >> On 14 Apr 2015, at 21:54, Alex Zavatone 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. >

Re: My Phone does not work upside down

2015-04-14 Thread Gerriet M. Denkmann
> On 14 Apr 2015, at 21:54, Alex Zavatone 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

Re: My Phone does not work upside down

2015-04-14 Thread Roland King
> On 14 Apr 2015, at 22:35, Gerriet M. Denkmann wrote: > > >> On 14 Apr 2015, at 21:21, Jens Alfke wrote: >> >> >>> On Apr 14, 2015, at 4:57 AM, Roland King wrote: >>> >>> Read the manual. > > Excellent advice. I have been following this since hours. > > As to supportedInterfaceOrientat

Re: My Phone does not work upside down

2015-04-14 Thread Alex Zavatone
What happens when you select them all? Are the left and right landscape supported? 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? If so, what are the supported in

Re: My Phone does not work upside down

2015-04-14 Thread Gerriet M. Denkmann
> On 14 Apr 2015, at 21:40, Alex Zavatone wrote: > > So, just to be clear, when you click on your Target iOS app and select > General in the main window and scroll down to Deployment Info, all the little > check boxes next to Device Orientation are checked? Including the one that > says Upsi

Re: My Phone does not work upside down

2015-04-14 Thread Alex Zavatone
So, just to be clear, when you click on your Target iOS app and select General in the main window and scroll down to Deployment Info, all the little check boxes next to Device Orientation are checked? Including the one that says Upside Down? On Apr 14, 2015, at 10:35 AM, Gerriet M. Denkmann

Re: My Phone does not work upside down

2015-04-14 Thread Gerriet M. Denkmann
> On 14 Apr 2015, at 21:21, Jens Alfke wrote: > > >> On Apr 14, 2015, at 4:57 AM, Roland King wrote: >> >> Read the manual. Excellent advice. I have been following this since hours. As to supportedInterfaceOrientations: All my subclasses of UIViewController have this implemented - none get

Re: My Phone does not work upside down

2015-04-14 Thread Jens Alfke
> On Apr 14, 2015, at 4:57 AM, Roland King wrote: > > Read the manual. +1. In addition to what Roland said, it’s also staring you right in the face in the General tab of the target settings as a set of friendly checkboxes. —Jens ___ Cocoa-dev mai

Re: My Phone does not work upside down

2015-04-14 Thread Roland King
Read the manual. UIViewController supportedInterfacOrientations and if you’re using a nav controller at the top-level then look at its delegate methods. > On 14 Apr 2015, at 19:03, Gerriet M. Denkmann wrote: > > I created a new project, iOS, Master-Detail and edited Info.plist: > > Support

My Phone does not work upside down

2015-04-14 Thread Gerriet M. Denkmann
I created a new project, iOS, Master-Detail and edited Info.plist: Supported interface orientations = Portrait (bottom home button) and Portrait (top home button). Supported interface orientations (iPad) contains all 4 orientations (unchanged) Run on iPad → as expected But run on iPhone, only