인트로

- 4월 인트로 적용
This commit is contained in:
Yu Sung
2024-04-01 15:56:21 +09:00
parent 3c6ac1c060
commit 07b97b987b
9 changed files with 5 additions and 31 deletions

View File

@@ -17,19 +17,14 @@ struct SplashView: View {
var body: some View {
ZStack(alignment: .top) {
Image("splash_bg_2024_03")
Image("splash_bg")
.resizable()
.aspectRatio(contentMode: .fill)
.edgesIgnoringSafeArea(.all)
VStack(spacing: 0) {
Image("splash_text_2024_03")
.padding(.top, 262)
Spacer()
Image("splash_text_logo_2024_03")
.padding(.bottom, 35)
Image("splash_text")
.padding(.top, 68)
}
if isShowUpdatePopup {