vertically aligning UINavigationItems
问题 I have customized the UINavigationBar's height to 100px and I'd like to add buttons onto this customized bar. All is good except the button seems to want to sit on the bottom of the nav bar no matter what. I can't get it to align to the center or the top of the nav bar. Here is the code; first I create a navigation controller in the app delegate and add one button on the right. // set main navigation controller temp *tempc = [[temp alloc] initWithNibName:@"temp" bundle:nil]; self