스플래시 이미지 교체
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 4.2 MiB |
21
SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/Contents.json
vendored
Normal file
21
SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/Contents.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "splash_text.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/splash_text.png
vendored
Normal file
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/splash_text.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 KiB |
@@ -22,21 +22,8 @@ struct SplashView: View {
|
||||
.scaledToFill()
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
|
||||
VStack(spacing: 0) {
|
||||
Text("목소리로 만나는 새로운 세계")
|
||||
.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 * 580 / 2337)
|
||||
.padding(.bottom, screenSize().height * 100 / 2337)
|
||||
Image("splash_text")
|
||||
.padding(.top, screenSize().height * 1096 / 2337)
|
||||
|
||||
if isShowMaintenancePopup {
|
||||
SodaDialog(
|
||||
|
||||
Reference in New Issue
Block a user