Skip to content

Commit

Permalink
fix: 검색 탭바 높이 달라지는 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chayoosang committed Mar 31, 2023
1 parent 43e5e64 commit 852dd10
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 161 deletions.
1 change: 1 addition & 0 deletions KeKi/Scenes/Feed/FeedViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class FeedViewController: UIViewController {
}

private func setupNavigationBar() {
self.tabBarController?.tabBar.isHidden = true
self.navigationController?.navigationBar.isHidden = false

self.navigationController?.navigationBar.tintColor = .black
Expand Down
Loading

0 comments on commit 852dd10

Please sign in to comment.