Skip to content

Commit

Permalink
[fix] 큐레이터탭 바텀 마진 final..
Browse files Browse the repository at this point in the history
  • Loading branch information
seu11ee committed Nov 26, 2020
1 parent acec1e2 commit 449346b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="DQ2-KN-rEl" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-972" y="-271.18226600985224"/>
<point key="canvasLocation" x="-482" y="-281"/>
</scene>
</scenes>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion Mongle/Mongle/Source/VCs/SearchTabMainVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 449346b

Please sign in to comment.