스플래시 - 크리스마스 버전으로 변경

This commit is contained in:
Yu Sung
2023-12-07 09:50:13 +09:00
parent d52f0d1176
commit 13c212a56e
5 changed files with 48 additions and 19 deletions

View File

@@ -17,27 +17,14 @@ struct SplashView: View {
var body: some View {
ZStack(alignment: .top) {
LinearGradient(
gradient: Gradient(colors: [Color(hex: "a0e2ff"), Color(hex: "ecfaff")]),
startPoint: .bottom,
endPoint: .top
).ignoresSafeArea()
Image("splash_christmas_bg")
.resizable()
.aspectRatio(contentMode: .fill)
.edgesIgnoringSafeArea(.all)
Image("splash_bubble")
.padding(.top, 11)
Image("splash_logo_christmas")
.padding(.top, 188)
VStack(spacing: 0) {
Image("splash_text")
.padding(.top, 111)
Image("splash_logo")
.padding(.top, 77.3)
Spacer()
Image("vividnext_logo")
.padding(.bottom, 36)
}
}
.onAppear {
fetchLastestVersion()