From 7c9e126e091b778ce1d3bdc6335ea041517602c8 Mon Sep 17 00:00:00 2001 From: yungu0010 Date: Fri, 15 Mar 2024 01:44:37 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#243=20-=20=EC=A4=84=EB=B0=94?= =?UTF-8?q?=EA=BF=88=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewControllers/FourthOnboardingViewController.swift | 1 - .../ViewControllers/ThirdOnboardingViewController.swift | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/FourthOnboardingViewController.swift b/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/FourthOnboardingViewController.swift index 3de85e4..4aa93b5 100644 --- a/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/FourthOnboardingViewController.swift +++ b/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/FourthOnboardingViewController.swift @@ -85,7 +85,6 @@ extension FourthOnboardingViewController { $0.configuration?.contentInsets = NSDirectionalEdgeInsets.init(top: 0, leading: 0, bottom: 0, trailing: 0) $0.addTarget(self, action: #selector(buttonTapped), for: .touchUpInside) } - } private func setLayout() { diff --git a/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/ThirdOnboardingViewController.swift b/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/ThirdOnboardingViewController.swift index 36096e8..d4350f2 100644 --- a/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/ThirdOnboardingViewController.swift +++ b/iOS-NOTTODO/iOS-NOTTODO/Presentation/Onboarding/ViewControllers/ThirdOnboardingViewController.swift @@ -78,6 +78,7 @@ extension ThirdOnboardingViewController { $0.allowsMultipleSelection = true $0.delegate = self } + nextButton.do { $0.backgroundColor = isTapped ? .white : .gray2 $0.isUserInteractionEnabled = isTapped