Xcode运行不显示全屏

解决步骤:

1. Targets --> yourApp --> General -->App icons and launch images --> launch Images Source ;

2. 点击 Use Asset Catalog, 会弹出 Migrate launch images to an asset catalog 的提示,选择默认的 Images 选项,点 Migrate.

随之而来的时新问题:iPhone6和plus的屏幕一直是iphone5的screen height.

原因是没有对应的Launch Image, 需要新建LaunchImage set,然后添加。

你可能感兴趣的:(Xcode运行不显示全屏)