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
Swift 3:
self.navigationItem.backBarButtonItem = UIBarButtonItem(title:"", style:.plain, target:nil, action:nil)