feat(splash): 스플래시 페이지 수정

This commit is contained in:
Yu Sung
2025-09-11 21:48:04 +09:00
parent 112d75084e
commit 9d0bdd34fd
7 changed files with 15 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -22,11 +22,21 @@ struct SplashView: View {
.scaledToFill() .scaledToFill()
.edgesIgnoringSafeArea(.all) .edgesIgnoringSafeArea(.all)
VStack(spacing: 6) { VStack(spacing: 0) {
Image("splash_text1") Text("목소리로 만나는 새로운 세계")
Image("splash_text2") .font(.custom(Font.preBold.rawValue, size: 23))
.foregroundColor(.white)
Image("splash_text_logo")
Spacer()
Text("소다라이브")
.font(.custom(Font.preBold.rawValue, size: 21))
.foregroundColor(.white)
} }
.padding(.top, screenSize().height * 615 / 2337) .padding(.top, screenSize().height * 580 / 2337)
.padding(.bottom, screenSize().height * 100 / 2337)
if isShowMaintenancePopup { if isShowMaintenancePopup {
SodaDialog( SodaDialog(