View my app:
When I turn on Zoomed mode (Setting -> Display -> View), it looks like this:
How can I ignore zoomed mode in application?
View my app:
When I turn on Zoomed mode (Setting -> Display -> View), it looks like this:
How can I ignore zoomed mode in application?
There is no standard way to ignore this accessibility feature in an application if you are using Auto Layout, and for a good reason: it is a help for people with physical disabilities.
Imagine having poor eyesight - having an app that has this useful feature deliberately disabled would be quite frustrating.
That said, if you have a fully relative layout (so the dimensions of every element on the screen is relative to the screen size), your layout will be more or less unaffected by Zoomed Mode.