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
for swift 4,5
let BarButtonItemAppearance = UIBarButtonItem.appearance() BarButtonItemAppearance.setTitleTextAttributes([NSForegroundColorAttributeName: UIColor.clear], for: .normal)