From 4084158d2d23b0579135d49050ef0af6e13caec6 Mon Sep 17 00:00:00 2001 From: heopaka <94223526+dev-domo@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:06:52 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20#474=20=EC=95=8C=EB=A6=BC=20?= =?UTF-8?q?=ED=97=A4=EB=8D=94=20=EB=B7=B0=EC=99=80=20=EC=95=8C=EB=A6=BC=20?= =?UTF-8?q?=EC=85=80=20=EA=B0=84=20=EA=B0=84=EA=B2=A9=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Presentation/Feature/Home/View/Notice/NoticeCardsView.swift | 1 + .../Home/ViewController/NotificationsViewController.swift | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticeCardsView.swift b/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticeCardsView.swift index d97dcff6..180302c7 100644 --- a/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticeCardsView.swift +++ b/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/View/Notice/NoticeCardsView.swift @@ -21,6 +21,7 @@ final class NoticeCardsView: BaseView { bottom: 24.adjustedH, right: 0 ) + $0.sectionHeaderTopPadding = 0 } } diff --git a/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewController/NotificationsViewController.swift b/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewController/NotificationsViewController.swift index d6315d04..e4281a55 100644 --- a/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewController/NotificationsViewController.swift +++ b/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Home/ViewController/NotificationsViewController.swift @@ -176,6 +176,6 @@ extension NotificationsViewController: UITableViewDelegate { _ tableView: UITableView, heightForHeaderInSection section: Int ) -> CGFloat { - 0 + return section == 0 ? 0 : 24.adjustedH } } From fbffcd1b46b05d451cea87eb2b7051f0df116676 Mon Sep 17 00:00:00 2001 From: heopaka <94223526+dev-domo@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:22:18 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20#474=20=EA=B3=B5=ED=86=B5=ED=80=98?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=83=81=EC=84=B8=EB=B3=B4=EA=B8=B0?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=92=A4=EB=A1=9C=20=EA=B0=80=EA=B8=B0=20?= =?UTF-8?q?=EC=8B=9C=20=EB=82=98=EC=9D=98=20=EC=97=AC=EC=A0=95=20=ED=83=AD?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=96=A8=EC=96=B4=EC=A7=80=EB=8A=94=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Quest/ViewController/ParentQuestViewController.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/ParentQuestViewController.swift b/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/ParentQuestViewController.swift index ee3a4ce6..918e2cb2 100644 --- a/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/ParentQuestViewController.swift +++ b/ByeBoo-iOS/ByeBoo-iOS/Presentation/Feature/Quest/ViewController/ParentQuestViewController.swift @@ -35,11 +35,6 @@ final class ParentQuestViewController: BaseViewController, ToastPres tabBar.select(index: selectedIndex) } - override func viewWillDisappear(_ animated: Bool) { - super.viewWillDisappear(animated) - selectedIndex = 0 - } - override func viewDidLoad() { super.viewDidLoad()