스플래시 변경

This commit is contained in:
Yu Sung
2024-02-15 00:55:01 +09:00
parent 57e2de3a48
commit a5eaf7c6ac
15 changed files with 4 additions and 116 deletions

View File

@@ -17,7 +17,7 @@ struct SplashView: View {
var body: some View {
ZStack(alignment: .top) {
Image("splash_bg_2024")
Image("splash_bg")
.resizable()
.aspectRatio(contentMode: .fill)
.edgesIgnoringSafeArea(.all)
@@ -25,15 +25,8 @@ struct SplashView: View {
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)
Image("splash_text")
.padding(.bottom, 86)
}
if isShowUpdatePopup {