From fbf18dadf1e5c08867caf8a50b88aae0f766c164 Mon Sep 17 00:00:00 2001 From: Sangwoo Byeon Date: Thu, 18 Jan 2024 07:37:23 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#91=20-=20=EC=BD=94=EB=93=9C=EB=A6=AC?= =?UTF-8?q?=EB=B7=B0=EC=82=AC=ED=95=AD=20=EC=A0=81=EC=9A=A9,=20adjusted=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Presentation/Home/ViewControllers/HomeViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DontBe-iOS/DontBe-iOS/Presentation/Home/ViewControllers/HomeViewController.swift b/DontBe-iOS/DontBe-iOS/Presentation/Home/ViewControllers/HomeViewController.swift index 2741662e..a34b6102 100644 --- a/DontBe-iOS/DontBe-iOS/Presentation/Home/ViewControllers/HomeViewController.swift +++ b/DontBe-iOS/DontBe-iOS/Presentation/Home/ViewControllers/HomeViewController.swift @@ -230,7 +230,7 @@ extension HomeViewController { self.alreadyTransparencyToastView?.snp.makeConstraints { $0.leading.trailing.equalToSuperview().inset(16.adjusted) $0.bottom.equalTo(self.tabBarHeight.adjusted).inset(6.adjusted) - $0.height.equalTo(44) + $0.height.equalTo(44.adjusted) } UIView.animate(withDuration: 1.5, delay: 1, options: .curveEaseIn) {