From a246de7e78ddde1540cbbce82bc3b8ea0ece4c0a Mon Sep 17 00:00:00 2001 From: yongbeomkwak Date: Sat, 26 Oct 2024 23:06:54 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20::=20=EC=BD=94=EB=93=9C=20Format?= =?UTF-8?q?ting=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/ViewControllers/IntroViewController.swift | 3 +-- .../RootFeature/Sources/ViewModels/SplashLogoType.swift | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift b/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift index d2feb102c..1c58987f2 100644 --- a/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift +++ b/Projects/Features/RootFeature/Sources/ViewControllers/IntroViewController.swift @@ -208,7 +208,6 @@ private extension IntroViewController { } private extension IntroViewController { - func changeAppIcon(_ type: SplashLogoType) { guard UIApplication.shared.alternateIconName != type.icon else { return @@ -216,7 +215,7 @@ private extension IntroViewController { UIApplication.shared.setAlternateIconName(type.icon) } - + func configureUI() { navigationController?.setNavigationBarHidden(true, animated: false) view.addSubview(parableLogoImageView) diff --git a/Projects/Features/RootFeature/Sources/ViewModels/SplashLogoType.swift b/Projects/Features/RootFeature/Sources/ViewModels/SplashLogoType.swift index 0018f7f42..ae8cafecb 100644 --- a/Projects/Features/RootFeature/Sources/ViewModels/SplashLogoType.swift +++ b/Projects/Features/RootFeature/Sources/ViewModels/SplashLogoType.swift @@ -16,4 +16,3 @@ enum SplashLogoType: String { } } } -