스플래시 페이지 수정

AS-IS : 크리스마스 이미지
TO-BE : 신년 이미지
This commit is contained in:
Yu Sung 2023-12-26 17:49:05 +09:00
parent 208fc77b7f
commit 1bdb6fd917
9 changed files with 37 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"scale" : "2x"
},
{
"filename" : "splash_christmas_bg.png",
"filename" : "splash_bg_2024.jpg",
"idiom" : "universal",
"scale" : "3x"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -9,7 +9,7 @@
"scale" : "2x"
},
{
"filename" : "splash_logo_christmas.png",
"filename" : "splash_logo_2024.png",
"idiom" : "universal",
"scale" : "3x"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -17,13 +17,24 @@ struct SplashView: View {
var body: some View {
ZStack(alignment: .top) {
Image("splash_christmas_bg")
Image("splash_bg_2024")
.resizable()
.aspectRatio(contentMode: .fill)
.edgesIgnoringSafeArea(.all)
Image("splash_logo_christmas")
.padding(.top, 188)
VStack(spacing: 0) {
Spacer()
Image("splash_logo_2024")
Image("splash_logo_dragon_2024")
.padding(.leading, 25)
.padding(.top, 50)
.padding(.bottom, 45)
Image("vividnext_logo")
.padding(.bottom, 45)
}
if isShowUpdatePopup {
SodaDialog(