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 } } 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()