Custom back indicator image in iOS 7 not vertically centered
问题 I am using the following code to use a custom image for the back indicator in my iOS 7 app: UIImage *temp = [[UIImage imageNamed:@"back-black-on-black-normal-2"] imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal]; [[UINavigationBar appearance] setBackIndicatorImage:temp]; [[UINavigationBar appearance] setBackIndicatorTransitionMaskImage:temp]; The strange thing is, if I use an image that is 22px high (way too small for what we want, by the way), it centers vertically within in the nav