Search code examples
iosiphone-5iphone-6-plus

iPhone6 View is not displaying properly in iPhone5


I implemented the application for iPhone 6Plus as target.But when i run that app for iphone5 the images are cutting in width.i have done the searching but i didn't get any solution .

thanks


Solution

  • Go to your storyboard, select your view controller and uncheck the auto layout property, it might work.

    For a detailed explanation on how to do this, consult this link: https://github.com/cocos2d/cocos2d-x/issues/8545