Simple question but I couldn't find any solution. I want to push new ViewController with NavigationController In vc1 I have title "xxx" and I am pushing to vc2
let vc2 = MyViewController()
navigationController?.pushViewController(vc, animated: true)
I want vc2 to have the same title as vc1 but without the changing title animation when vc2 is being pushed