how to add button to center of navigationcontroller i have tried the below code
UIButton *titleButton = [UIButtonbuttonWithType:UIButtonTypeRoundedRect];
[titleButton setFrame:CGRectMake(0, 0, 200, 35)]; self.navigationItem.titleView = titleButton;
but the screen shows blank button with out colour how to show it normal