- Summary of my problem
I’m trying to restrict the view to display only an iPhone size when on an iPad.
The app seems to resize everything to the full screen of the iPad when I’m testing using Firebase’s app distribution.
Is it possible to restrict the screen to only show the iPhone portrait dimensions but zoomed in like Swift apps do? I don’t want to have all the screen auto layout for iPad, that just opens up a whole new can of worms.