feat(splash): 스플래시 페이지 수정
This commit is contained in:
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 |
@@ -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 |
@@ -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"
|
||||||
}
|
}
|
||||||
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text_logo.imageset/splash_text_logo.png
vendored
Normal file
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text_logo.imageset/splash_text_logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user