스플래시 화면 변경
This commit is contained in:
@@ -17,16 +17,14 @@ struct SplashView: View {
|
||||
|
||||
var body: some View {
|
||||
ZStack(alignment: .top) {
|
||||
Image("splash_bg")
|
||||
Image("splash_bg_2024_03")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
|
||||
VStack(spacing: 0) {
|
||||
Spacer()
|
||||
|
||||
Image("splash_text")
|
||||
.padding(.bottom, 86)
|
||||
Image("splash_text_2024_03")
|
||||
.padding(.top, 262)
|
||||
}
|
||||
|
||||
if isShowUpdatePopup {
|
||||
|
Reference in New Issue
Block a user