Skip to content

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

Open
@molchanovskiy

Description

@molchanovskiy

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions