Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
molchanovskiy opened this issue Jun 6, 2017 · 0 comments
Open

Comments

@molchanovskiy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants