iphone - TabBarController NavigationController with black backgroundbar -


I have this code to put your application Daidifinish Laँcing method, to obtain a black Nevigeshnbar.

  Hrittbbrkantrolrknvigtioncontrolrknvigeshnbrkberstyle = Uiberstyleblkopake; RootTabBarController.moreNavigationController.navigationBar.barStyle = UIBarStyleBlackOpaque;  

This works fine, but when the user reorder icons in edit mode, then I get a default blue navigation bar.

BTW: Great thanks for the talented crowd!

Finally, I have the solution, Apple platform AAA 4 thx

  - (minus) Tabbirakantrolr: (UITabBarController *) controller WillCustomizingViewControllersBeginCustomizingViewControllers: (NSArray * ) ViewControllers {UIView * editView = [controller.view.subview Object Import Pointer: 1]; // Change Background Edit Edit View editView.backgroundColor = [UIColor grayColor]; In / Edit View to change the color of the UN once UINavigationBar * modalNavBar = [editView.subviews Objektayat Index: 0]; ModalNavBar.tintColor = [UIColor orange color]; // View edit title modalNavBar.topItem.title = @ "Edit Tab"; }  

Comments