When I push a UIViewController, it has some title in back button at new UIViewController, if the title has a lot of text, It does not look good in
UIViewController
Just need go to your Parent ViewController from where your other ViewControllers are dependent.
override func viewWillDisappear(animated: Bool) { super.viewWillDisappear(true) navigationItem.backBarButtonItem = UIBarButtonItem(title: "", style: .Plain, target: nil, action: nil)}