I can't find how can I detect in code when display zoom is changed from the device Settings:
Because when the Display Zoom
is Standard
, all the AutoLayout
works perfectly and when is Zoomed
all the UIView
s and UILabel
s overlaps each other and I can't find a way on code to detect when is Zoomed
to hide some UIView
s and some UILabel
s