Add splash screen to ios
This commit is contained in:
parent
2377431901
commit
541717d467
11 changed files with 66 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
|
|
23
ios/app/Images.xcassets/LaunchScreen.imageset/Contents.json
vendored
Normal file
23
ios/app/Images.xcassets/LaunchScreen.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "splash.jpg",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "splash@2x.jpg",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "splash@3x.jpg",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
ios/app/Images.xcassets/LaunchScreen.imageset/splash.jpg
vendored
Normal file
BIN
ios/app/Images.xcassets/LaunchScreen.imageset/splash.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
BIN
ios/app/Images.xcassets/LaunchScreen.imageset/splash@2x.jpg
vendored
Normal file
BIN
ios/app/Images.xcassets/LaunchScreen.imageset/splash@2x.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 256 KiB |
BIN
ios/app/Images.xcassets/LaunchScreen.imageset/splash@3x.jpg
vendored
Normal file
BIN
ios/app/Images.xcassets/LaunchScreen.imageset/splash@3x.jpg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 527 KiB |
Loading…
Add table
Add a link
Reference in a new issue