I want to develop UINavigationBar and also set background color for that. I have created the UINavigationBar but I have problem with setting backgr
UINavigationBar
You can set the tint color by using navbar.tintColor = [UIColor redColor];
navbar.tintColor = [UIColor redColor];
See the reference here: apple docs