var backButton: UIBarButtonItem = UIBarButtonItem(title: "CUSTOM", style: UIBarButtonItemStyle.Bordered, target: self, action: nil)
newNavigationItem.backBarButtonItem = backButton
Where is newNavigationItem: UINavigationItem
I want custom back title. It shows "Back" text or "Title of last view". So it does not work. Why?