I want to develop UINavigationBar and also set background color for that. I have created the UINavigationBar but I have problem with setting backgr
You can customize a UINavigationBar with the following propertys:
@property(nonatomic, assign) UIBarStyle barStyle@property(nonatomic, retain) UIColor *tintColorsetBackgroundImage:forBarMetrics:@property(nonatomic, copy) UIColor *backgroundColor For more methods and propertys please check the class reference of UINavigationBar and UIView