diff --git a/SodaLive/Resources/Assets.xcassets/img_apply_creator.imageset/Contents.json b/SodaLive/Resources/Assets.xcassets/img_apply_creator.imageset/Contents.json new file mode 100644 index 0000000..b63f125 --- /dev/null +++ b/SodaLive/Resources/Assets.xcassets/img_apply_creator.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "img_apply_creator.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SodaLive/Resources/Assets.xcassets/img_apply_creator.imageset/img_apply_creator.png b/SodaLive/Resources/Assets.xcassets/img_apply_creator.imageset/img_apply_creator.png new file mode 100644 index 0000000..fe9f2b5 Binary files /dev/null and b/SodaLive/Resources/Assets.xcassets/img_apply_creator.imageset/img_apply_creator.png differ diff --git a/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png b/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png index ec49808..2c2b0b9 100644 Binary files a/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png and b/SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png differ diff --git a/SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/Contents.json b/SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/Contents.json new file mode 100644 index 0000000..1214b3d --- /dev/null +++ b/SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "splash_text.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/splash_text.png b/SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/splash_text.png new file mode 100644 index 0000000..f1a9309 Binary files /dev/null and b/SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/splash_text.png differ diff --git a/SodaLive/Sources/MyPage/MyPageView.swift b/SodaLive/Sources/MyPage/MyPageView.swift index 7afec5d..b46644e 100644 --- a/SodaLive/Sources/MyPage/MyPageView.swift +++ b/SodaLive/Sources/MyPage/MyPageView.swift @@ -126,6 +126,18 @@ struct MyPageView: View { .padding(.horizontal, 24) } + if let url = URL(string: "https://bit.ly/4h7pVks"), + UIApplication.shared.canOpenURL(url) { + // Voice On Banner + Image("img_apply_creator") + .resizable() + .frame(maxWidth: .infinity) + .padding(.horizontal, 24) + .onTapGesture { + UIApplication.shared.open(url) + } + } + if let url = URL(string: "https://blog.naver.com/sodalive_official"), UIApplication.shared.canOpenURL(url) { // Voice On Banner diff --git a/SodaLive/Sources/Splash/SplashView.swift b/SodaLive/Sources/Splash/SplashView.swift index 97cddb6..33b5a8b 100644 --- a/SodaLive/Sources/Splash/SplashView.swift +++ b/SodaLive/Sources/Splash/SplashView.swift @@ -22,21 +22,8 @@ struct SplashView: View { .scaledToFill() .edgesIgnoringSafeArea(.all) - VStack(spacing: 0) { - Text("목소리로 만나는 새로운 세계") - .font(.custom(Font.preBold.rawValue, size: 23)) - .foregroundColor(.white) - - Image("splash_text_logo") - - Spacer() - - Text("소다라이브") - .font(.custom(Font.preBold.rawValue, size: 21)) - .foregroundColor(.white) - } - .padding(.top, screenSize().height * 580 / 2337) - .padding(.bottom, screenSize().height * 100 / 2337) + Image("splash_text") + .padding(.top, screenSize().height * 1096 / 2337) if isShowMaintenancePopup { SodaDialog(