I have one target. It's a login based application. Because of legacy code, I am forced to use Auto-Resizing in some View Controllers whereas I have updated newer UI using Auto-Layout.
If the Autolayout
has to work on iPhone
6
and 7
(4.7"/5.5" screens)
I have to add the launch images for these.
PROBLEM:
- All my screen that are not using auto layout gets disturbed when I add the Launch image.
- If I don't use the launch screen images, all the View that use auto layout are scaled up and appears slightly bigger than expected.
I do not have the luxury to update the legacy code to use auto layout.
Can someone please give me an alternative or a work around.?