스플래시 2024년 10월

This commit is contained in:
Yu Sung 2024-10-02 15:23:17 +09:00
parent 1a133158bf
commit 109f3b39d1
5 changed files with 3 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -21,14 +21,12 @@ struct SplashView: View {
.scaledToFill()
.edgesIgnoringSafeArea(.all)
VStack(spacing: 0) {
Image("splash_title")
.padding(.top, 60)
HStack(spacing: 0) {
Spacer()
Image("splash_text")
.padding(.bottom, 36)
.padding(.top, 94)
.padding(.trailing, 38)
}
if isShowUpdatePopup {