스플래시 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

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