I am using Auto Layout and Size Classes in my storyboard and have a button that has a vertical constraint to the bottom of my view controller. However, when I run my app on my iPhone6 Plus in zoomed mode (Settings -> Display & Brightness -> Display Zoom -> Zoomed)
the button doesn't reposition itself.
Is this a bug? If so, what would be the best workaround, I could find out if the app is in zoomed mode and change the constraint accordingly?
Or am I doing something else wrong here?