XCode 7.1.1 - Launch Images for iPhone 6, 6s and 6 plus

95 views Asked by At

I was recently adding the Launch Images for my app to support iPhone 6, 6s and 6 plus resolutions. I read somewhere that apple dropped support for the LaunchImages form images.xcassets. And so I decided to add the LaunchScreen. Adding the LaunchScreen resolves the zoomed view issue but it messes up all my views. Is this just because of the my laziness in not using Autolayout constraints or is there anything else I can do? I went through all the places where I have setFrame and I have always set the width with respect to self.view.frame.size.width

Any help will be great as to how I can resolve this issue. I have also gone through my .xibs and clicked on the AutoLayout and Size Classes checkboxes, still no luck.

Even pointing me the right direction will be great! I have gone through multiple SO questions and implemented the people's suggestions like adding the UILaunchImagesName in the Info.plist, etc.

I hope I've been clear in asking the question.

Thanks in advance for your help!

0

There are 0 answers