2024년 5월 인트로 적용

This commit is contained in:
Yu Sung 2024-05-01 22:42:37 +09:00
parent ee34c9a0f8
commit def95286c2
5 changed files with 27 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 90 KiB

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "splash_text_2.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -24,7 +24,12 @@ struct SplashView: View {
VStack(spacing: 0) {
Image("splash_text")
.padding(.top, 68)
.padding(.top, 101)
Spacer()
Image("splash_text_2")
.padding(.bottom, 65)
}
if isShowUpdatePopup {