Refer to the following short video: http://screencast.com/t/cmnsqVTh
The problem is related to the color of the navigation button on the navigation bar.
When you first download the application, the navigation bar + its buttons have a default color. Then I push the view controller on the stack, and when a new view loads (in the viewDidLoad method), it sets the hue color of the navigation bar to pink. The navigation bar buttons are also pink as expected. Then I click the back button and the view is pushed from the stack. In the viewWillAppear view view controller of the root view controller, I set the hue color to zero so that it changes the default color again. The navigation bar looks as expected. However, if I press the view controller on the stack again, the hue of the navigation bar will be pink, but the color of the return line button will turn blue by default. Hope this was clear.
So what is the cause of the problem?
source
share