iphone - Customize moreNavigationController -


i trying customize morenavigationcontroller in uitabbarcontroller. have been reading lot of posts , guides style , have managed change tint color of navigation bar , background color of table view there still few things customize.

i have changed tint color , background this:

tabcontroller.morenavigationcontroller.navigationbar.tintcolor = [uicolor orangecolor];     tabcontroller.morenavigationcontroller.topviewcontroller.view.backgroundcolor = [uicolor colorwithpatternimage:[uiimage imagenamed:@"tableview-background-blue.png"]];     tabcontroller.morenavigationcontroller.view.backgroundcolor = [uicolor colorwithpatternimage:[uiimage imagenamed:@"tableview-background-blue.png"]]; 

i change seperate color (the border) of uitableview. change tint color of navigation bar appears when clicking "edit". great if change language of whole thing (the "more" , "edit" tab , on)

would these changes possible , if so, know how?

i think can't change names of tabs, predefined. i'm taking edit button & more tab.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -