Skip to content

Commit

Permalink
Merge pull request #188 from Sopt-Mongle/feature/#186
Browse files Browse the repository at this point in the history
[fix] ํ๋ ˆ์ดํ„ฐํƒญ ๋ฐ”ํ…€ ๋งˆ์ง„ final..
  • Loading branch information
seu11ee committed Nov 26, 2020
2 parents acec1e2 + 449346b commit 64ff3bf
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 64ff3bf

Please sign in to comment.