I am able to change the navbar color of the More navigationcontroller via:
stTabBarController.moreNavigationController.navigationBar.tintColor = [UIColor colorWithRed:(102.0/255.0) green:(20.0/255.0) blue:(11.0/255.0) alpha:1];
but when I click the Edit button, the Configure screen appears and the navbar color is the default blue. How can I change this color?