Adding Full-Width Support for iPadOS to an iPhone App

From fbernutz.github.io
The first important step is to activate that checkmark for iPad support. You can find that setting in Xcode under the settings of your main target under the tab "General" and the section "Deployment Info".

How I Added Basic iPad Support to my iPhone Only App

fbernutz.github.ioVerified

Activation

From fbernutz.github.io
The first important step is to activate that checkmark for iPad support.

How I Added Basic iPad Support to my iPhone Only App

fbernutz.github.ioVerified

Made with Arc Search

Arc Search read websites across the internet to make you this perfect tab.

Try it for free

Issue Resolution

If you’re brave enough, pick an iPad as simulator, run your app, and see what’s broken.

How I Added Basic iPad Support to my iPhone Only App

fbernutz.github.ioVerified

Optimization

From fbernutz.github.io
To fix the issues with the safe area on landscape mode, I constrained the toolbar to not respect the safe area and to use the superview instead.

How I Added Basic iPad Support to my iPhone Only App

fbernutz.github.ioVerified