From 449346b7a427221a6bf3453c14c9a81d303a8084 Mon Sep 17 00:00:00 2001 From: seu11ee Date: Thu, 26 Nov 2020 16:16:00 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=ED=81=90=EB=A0=88=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=ED=83=AD=20=EB=B0=94=ED=85=80=20=EB=A7=88=EC=A7=84=20final..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard | 2 +- Mongle/Mongle/Source/VCs/SearchTabMainVC.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard b/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard index 021e618..e5df312 100644 --- a/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard +++ b/Mongle/Mongle/Resource/Storyboard/CuratorTabMain.storyboard @@ -426,7 +426,7 @@ - + diff --git a/Mongle/Mongle/Source/VCs/SearchTabMainVC.swift b/Mongle/Mongle/Source/VCs/SearchTabMainVC.swift index 28bd9d0..e66463a 100644 --- a/Mongle/Mongle/Source/VCs/SearchTabMainVC.swift +++ b/Mongle/Mongle/Source/VCs/SearchTabMainVC.swift @@ -32,7 +32,7 @@ class SearchTabMainVC: UIViewController{ initGestureRecognizer() setCollctionViewLayout() self.navigationController?.interactivePopGestureRecognizer?.delegate = self - self.navigationController?.hidesBottomBarWhenPushed = false +// self.navigationController?.hidesBottomBarWhenPushed = false } override func viewWillAppear(_ animated: Bool) {