Adjust position of custom Navigation Back Button
问题 I am using a custom image as the back button of my Navigation Controller but the problem is that the image is not aligned correctly with the title and the right button item. I've been trying to move the back button down a few pixels with no success. extension UINavigationController { func addBackButton() { let imgBack = UIImage(named: "ic_back") navigationBar.backIndicatorImage = imgBack navigationBar.backIndicatorTransitionMaskImage = imgBack navigationBar.topItem?.backBarButtonItem =