科尔多瓦发布故事板图像没有结转

时间:2016-11-02 21:56:24

标签: ios cordova

我尝试使用newly suggested方法在我的Cordova应用中添加故事板图像。然而,在运行cordova prepare ios之后,图像不会转移到我的Xcode项目中。有没有人在Cordova中使用StoryBoard Launch Images获得Splashscreen图像?

<platform name="ios">
    <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
    <splash src="res/screen/ios/Default@2x~universal~comany.png" />
    <splash src="res/screen/ios/Default@2x~universal~comcom.png" />
    <splash src="res/screen/ios/Default@3x~universal~anyany.png" />
    <splash src="res/screen/ios/Default@3x~universal~anycom.png" />
    <splash src="res/screen/ios/Default@3x~universal~comany.png" />
</platform>

1 个答案:

答案 0 :(得分:1)

对我来说固定的是cordova-ios@4.3.1