스플래시 - 크리스마스 버전으로 변경
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user