i have issue with zoomed display.
on IOS until today i did not see any changes on my apps when user turn on zoom display .
now i developing an application, use auto layout constraints like always ,
but this is the first time that i saw that when user change setting to zoom display zoomed mode all my app get zoomed and the resolution get messy.
i tried every thing to understand the difference and stil get nothing.
i want to ignore the zoom, that the app act like normal mode,
is this possible?
Asked
Active
Viewed 849 times
1

Menny Alterescu
- 51
- 5
1 Answers
0
You can't ignore the scaling... I think adding proper launchscreen file in your target settings may solve your problem.

Prakash Shaiva
- 1,047
- 8
- 12
-
i just use a proper launchscreen for all sizes and stil the view scale – Menny Alterescu Jun 19 '17 at 15:15
-
can you explain ? – Menny Alterescu Jun 19 '17 at 15:34