0
I am developing an app for iOS using Swift 4. What I have broken my head is in relation to screen sizes.
I see that Auto Layout helps in some cases, among them, disposition of the elements in Portrait and Landscape.
But I have a problem that seems simple, but I’m a little confused:
I have an image that will be Logo and would be on top, centered. When I put in a resolution on iPhone 4s gets one way, on iPhone 7 another and so on.
Even if I touch the constraints, the image is too small on the iPad. How to resize the image and the Components according to the screen resolution of the device?