스플래시 06월

This commit is contained in:
Yu Sung 2024-05-28 16:23:42 +09:00
parent 987c96bee8
commit 27ee83f74b
8 changed files with 6 additions and 6 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -19,17 +19,17 @@ struct SplashView: View {
ZStack(alignment: .top) { ZStack(alignment: .top) {
Image("splash_bg") Image("splash_bg")
.resizable() .resizable()
.aspectRatio(contentMode: .fill) .scaledToFill()
.edgesIgnoringSafeArea(.all) .edgesIgnoringSafeArea(.all)
VStack(spacing: 0) { VStack(spacing: 0) {
Image("splash_text") Image("splash_text")
.padding(.top, 101) .padding(.top, 130)
Spacer() Spacer()
Image("splash_text_2") Image("splash_logo")
.padding(.bottom, 65) .padding(.bottom, 50)
} }
if isShowUpdatePopup { if isShowUpdatePopup {