Skip to content

Commit

Permalink
๐ŸŽจ :: ์ฝ”๋“œ Formatting ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Oct 26, 2024
1 parent 75f8b65 commit a246de7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,15 +208,14 @@ private extension IntroViewController {
}

private extension IntroViewController {

func changeAppIcon(_ type: SplashLogoType) {
guard UIApplication.shared.alternateIconName != type.icon else {
return
}

UIApplication.shared.setAlternateIconName(type.icon)
}

func configureUI() {
navigationController?.setNavigationBarHidden(true, animated: false)
view.addSubview(parableLogoImageView)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ enum SplashLogoType: String {
}
}
}

0 comments on commit a246de7

Please sign in to comment.