Is there a possibility to add the backbutton-image from UINavigationViewControllers to own (custom) buttons?
Is there a simple solution?
Is there a possibility to add the backbutton-image from UINavigationViewControllers to own (custom) buttons?
Is there a simple solution?
self.navigationController?.navigationBar.backIndicatorImage = UIImage.init(named: "backImage")
self.navigationController?.navigationBar.backIndicatorTransitionMaskImage = UIImage.init(named: "backImage")