Yalantis / FoldingTabBar.iOS

Folding Tab Bar and Tab Bar Controller
https://yalantis.com
MIT License
3.68k stars 458 forks source link

Setting title in view controller make title on tabbar appear #85

Open molchanovskiy opened 7 years ago

molchanovskiy commented 7 years ago

When I switch go from first tabbar controller to second title appears at the bottom.

override func viewDidLoad() {
    super.viewDidLoad()

    self.title = "Timers"

    self.navigationItem.leftBarButtonItem = UIBarButtonItem.init(image: UIImage.init(named: "close"), style: UIBarButtonItemStyle.plain, target: self, action: #selector(closeDidTap))
}

http://joxi.net/52aNxWRs4N1ykA