Creating XIB for each viewController compatible for iPhone 6 and 6+

343 Views Asked by At

I have one project in which I had crated viewControllers with Xib each for iPad, iPhone5 and iPhone. I had named them like this XYZ.xib, XYZ_ipad.xib, XYZ_4.xib and they are just working fine. I didn't used Auto layout. Now I want to make this project compatible with iPhone 6 and 6+ . I am able to create the xib for iPhone 6 but how should i name it so that it is picked automatically like it is now being. I want to create new xib for iPhone 6 and 6+. Any other idea or help is appreciated.

0

There are 0 best solutions below