I'm developing an application for iOS using Swift 4. What I've broken the head is in relation to the sizes of the screens.
I see that Auto Layout helps in some cases, among them, layout of elements in Portrait and Landscape.
But I have a problem that seems simple, but I'm kind of confused:
I have an image that will be the Logo and it would be at the top, centered. When I put in a resolution on the iPhone 4s gets one way, the other iPhone 7 and so on.
Even though I'm moving the constraints, the image is very small on the iPad. How would you also resize the image and the components according to the screen resolution of the device?