Skip to content

Commit

Permalink
Make title always small in Coin page
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Oct 23, 2023
1 parent 7ecf5a4 commit 81d40a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class CoinPageViewController: ThemeViewController {
title = viewModel.title
navigationItem.leftBarButtonItem = UIBarButtonItem(title: "button.close".localized, style: .plain, target: self, action: #selector(onTapCloseButton))
navigationItem.backBarButtonItem = UIBarButtonItem(title: "", style: .plain, target: nil, action: nil)
navigationItem.largeTitleDisplayMode = .never

view.addSubview(tabsView)
tabsView.snp.makeConstraints { maker in
Expand Down

0 comments on commit 81d40a1

Please sign in to comment.