Re: UIModalPresentationFormSheet on iPad and iPhone

2017-01-03 Thread Andreas Falkenhahn
Solved this now. Of course I can just add all the GUI controls to another subview and then center this subview in the root view's frame. This makes the GUI look good on both iPad and iPhone. On 02.01.2017 at 17:59 Andreas Falkenhahn wrote: > As described in the docs, view controllers that have

UIModalPresentationFormSheet on iPad and iPhone

2017-01-02 Thread Andreas Falkenhahn
As described in the docs, view controllers that have their modalPresentationStyle set to UIModalPresentationFormSheet open in a popover over the presenting view controller on iPad whereas on iPhone they often (but not always) appear full screen. Since I don't use Interface Builder/Storyboards to