Before I meet my designers I need to know the sizing for the navigation bar for an iPhone, do I have to supply two images, one high resolution one low ? How does the back button work, how is the colour chosen for that?
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
At non-retina display, the navigation bar is 320x44px in portrait mode. In landscape it is 480×32.
The back button colour is based on the
tintColorproperty for theUINavigationBarIf you are setting a background image (using
- (void)setBackgroundImage:(UIImage *)backgroundImage forBarMetrics:(UIBarMetrics)barMetrics), you should create an image for your supported orientations at both standard and retina resolutions.