스플래시 화면 변경
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 616 KiB |
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"images" : [
|
|
||||||
{
|
|
||||||
"idiom" : "universal",
|
|
||||||
"scale" : "1x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"idiom" : "universal",
|
|
||||||
"scale" : "2x"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename" : "splash_text.png",
|
|
||||||
"idiom" : "universal",
|
|
||||||
"scale" : "3x"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"info" : {
|
|
||||||
"author" : "xcode",
|
|
||||||
"version" : 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 242 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
@@ -22,8 +22,21 @@ struct SplashView: View {
|
|||||||
.scaledToFill()
|
.scaledToFill()
|
||||||
.edgesIgnoringSafeArea(.all)
|
.edgesIgnoringSafeArea(.all)
|
||||||
|
|
||||||
Image("splash_text")
|
VStack(spacing: 0) {
|
||||||
.padding(.top, screenSize().height * 1096 / 2337)
|
Text("목소리로 만나는 새로운 세계")
|
||||||
|
.font(.custom(Font.preBold.rawValue, size: 23))
|
||||||
|
.foregroundColor(Color(hex: "263238"))
|
||||||
|
|
||||||
|
Image("splash_text_logo")
|
||||||
|
|
||||||
|
Spacer()
|
||||||
|
|
||||||
|
Text("소다라이브")
|
||||||
|
.font(.custom(Font.preBold.rawValue, size: 21))
|
||||||
|
.foregroundColor(.white)
|
||||||
|
}
|
||||||
|
.padding(.top, screenSize().height * 510 / 2337)
|
||||||
|
.padding(.bottom, screenSize().height * 100 / 2337)
|
||||||
|
|
||||||
if isShowMaintenancePopup {
|
if isShowMaintenancePopup {
|
||||||
SodaDialog(
|
SodaDialog(
|
||||||
|
|||||||
Reference in New Issue
Block a user