Xcode 6 GM iPhone 6 Simulator - Storyboards not sizing correctly, appear zoomed in

后端 未结 6 1228
孤城傲影
孤城傲影 2020-12-13 15:21

I\'m using the new Xcode 6 GM Seed and testing my app on the iPhone 6 and iPhone 6 Plus simulators. I\'m getting a strange effect on some projects I was previously working o

6条回答
  •  既然无缘
    2020-12-13 15:55

    Adding Launch Image does not solve this problem.

    You need to add LaunchScreen.xib into the project and add Launch screen interface file base name - LaunchScreen to Info.plist

    Create a new project with Xcode 6 GM. You will see what LaunchScreen.xib is. You can copy it into your existing project.

提交回复
热议问题