스플래시 화면 변경

This commit is contained in:
Yu Sung 2024-03-08 21:05:05 +09:00
parent 70460f5c8a
commit 225747dbe6
4 changed files with 26 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View 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

View File

@ -25,6 +25,11 @@ struct SplashView: View {
VStack(spacing: 0) {
Image("splash_text_2024_03")
.padding(.top, 262)
Spacer()
Image("splash_text_logo_2024_03")
.padding(.bottom, 35)
}
if isShowUpdatePopup {