스플래시 화면 변경
This commit is contained in:
parent
70460f5c8a
commit
225747dbe6
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 29 KiB |
21
SodaLive/Resources/Assets.xcassets/splash/splash_text_logo_2024_03.imageset/Contents.json
vendored
Normal file
21
SodaLive/Resources/Assets.xcassets/splash/splash_text_logo_2024_03.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "splash_text_logo_2024_03.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
|
@ -25,6 +25,11 @@ struct SplashView: View {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
Image("splash_text_2024_03")
|
Image("splash_text_2024_03")
|
||||||
.padding(.top, 262)
|
.padding(.top, 262)
|
||||||
|
|
||||||
|
Spacer()
|
||||||
|
|
||||||
|
Image("splash_text_logo_2024_03")
|
||||||
|
.padding(.bottom, 35)
|
||||||
}
|
}
|
||||||
|
|
||||||
if isShowUpdatePopup {
|
if isShowUpdatePopup {
|
||||||
|
|
Loading…
Reference in New Issue