前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >cordova插件- Splashscreen

cordova插件- Splashscreen

作者头像
roc
发布2018-03-30 14:59:39
6870
发布2018-03-30 14:59:39
举报
文章被收录于专栏:iOS开发笔记
  • 添加插件

$ cordova plugin addcordova-plugin-splashscreen

  • 插件的使用
  • Methods

此处没有方法,主要是一些config.xml的配置

2. Example

下面则是配置icon图标和启动图片

<platform name="ios"> <allow-intent href="itms:*"/> <allow-intent href="itms-apps:*"/> <icon src="res/icon/ios/icon-60@3x.png"width="180"height="180"/> <icon src="res/icon/ios/icon-60@2x.png"width="120"height="120"/> <splash src="res/screen/ios/LaunchImage-700@2x.png"width="640"height="960"/> <splash src="res/screen/ios/LaunchImage-700-568h@2x.png"width="640"height="1136"/> <splash src="res/screen/ios/LaunchImage-800-667h@2x.png"width="750"height="1334"/> <splash src="res/screen/ios/LaunchImage-800-Portrait-736h@3x.png"width="1242"height="2208"/> </platform>

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2017-07-26,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 iOS开发笔记 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档