스플래시 페이지 수정

AS-IS : 크리스마스 이미지
TO-BE : 신년 이미지
This commit is contained in:
Yu Sung
2023-12-26 17:49:05 +09:00
parent 208fc77b7f
commit 1bdb6fd917
9 changed files with 37 additions and 5 deletions

View File

@@ -17,13 +17,24 @@ struct SplashView: View {
var body: some View {
ZStack(alignment: .top) {
Image("splash_christmas_bg")
Image("splash_bg_2024")
.resizable()
.aspectRatio(contentMode: .fill)
.edgesIgnoringSafeArea(.all)
Image("splash_logo_christmas")
.padding(.top, 188)
VStack(spacing: 0) {
Spacer()
Image("splash_logo_2024")
Image("splash_logo_dragon_2024")
.padding(.leading, 25)
.padding(.top, 50)
.padding(.bottom, 45)
Image("vividnext_logo")
.padding(.bottom, 45)
}
if isShowUpdatePopup {
SodaDialog(