第一步,點擊mian.stroryboard,去掉is ?initial.....(就不打了)對勾!

第二步,刪除 sceneDelegate和viewcontroller文件,以及 main和 launchScreen文件

第三步,將main interface和 launch 兩個框的內(nèi)容刪除

第四步:刪除 AppDelegate文件中UISceneSession相關(guān)代碼

第五步:創(chuàng)建自己的根視圖控制器在 Appdelegate文件中,如下配置(帶導(dǎo)航控制器)


第六步:選中info.plist,刪除Application Scene Manifest

第七步:增加Launch screen interface file base name屬性.

完成
