i want to change the NavigationItem title color. Also i want to the change the text color of back button of navigation bar. Please suggest how can i do this task? i am using iPhone Os sdk 3.1.2
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
One part of this question has already been answered. Then, to change the back button title color, I would suggest creating a custom button with a label:
|
|||
|
|
|
This worked for me. Using this you can change the color of all of the navigation buttons:
Replace redColor with the following to adjust the color of the buttons:
Be sure to put this in the view controller that pushes. Not the view controller where you want to see this back button color. |
|||
|
|
|
You can set the titleView, defined in UINavigationBar.h as:
Pop your own UILabel in there with whatever color you want. |
||||
|
|
