Skip to content

Commit

Permalink
⚡️ :: Set LargeTitle appearence never
Browse files Browse the repository at this point in the history
  • Loading branch information
jangseoyoung committed Dec 2, 2021
1 parent 3825f6f commit 99239ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/View/TabBarController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class TabBarController: UITabBarController, UITabBarControllerDelegate {
let productListViewController = UINavigationController().then {
let rootViewController = ProductListViewController()
$0.setViewControllers([rootViewController], animated: true)
//$0.navigationBar.prefersLargeTitles = true
$0.navigationItem.largeTitleDisplayMode = .never
$0.tabBarItem.setTabBarItem(title: "제품", image: R.image.tabBarMenuIcon()!)
}
let myPageViewController = UINavigationController().then {
Expand Down

0 comments on commit 99239ee

Please sign in to comment.