스플래시 페이지 수정
AS-IS : 크리스마스 이미지 TO-BE : 신년 이미지
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user