I have created a table view controller which has some elements. and I have also created a view controller which will come-out whenever we press any row of table view.
Now, I want to change title color of view controller when ever it pushed onto the stack.
Please give me any suggestion. Thanks.
To set the title color of View Controller after push. set the tintColor property of Navigation Bar.
Use this code:
and you can set tintcolor globally using code like this:
I hope the above suggestion will be helpful for you.