Removes the text of the back button in UINavigationController.
Change “< back” to “<”.
let backButton = UIBarButtonItem(title: "", style: .plain, target: nil, action: nil)
self.navigationItem.backBarButtonItem = backButton
self.navigationController?.pushViewController(picDetailView, animated: true)