My App is iPhone only and is optimized for all Devices running iOS 11... so that does not include iPhone4 Screen-Sizes. Now I also don't support the iPad and now if you run my app there, it will be the iPhone version scaled up. The problem is that the iPad chooses the iPhone 4 Aspect-Ratio...
Is there a simple way to tell iOS not to do that?
As far as I know, you can't do that, unfortunately.
The way I fixed it (my problem was that the screens weren't made for such a small size. so, the layout looked terrible) was using AssistantKit to determine the device type:
if You only want to specifically check for a specific device type (works with sim):
You could also use this Kit to switch storyboard/views based on screen size or specific device: Screen size:
Device version:
Source: AssistantKit