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
in viewDidLoad()
viewDidLoad()
let backBarButtonItem = UIBarButtonItem(title: nil, style: .plain, target: nil, action: nil) navigationItem.backBarButtonItem = backBarButtonItem