I have a Home viewController, and it's linked to another viewController via Segue animation (so I have also linked the home ViewController to a NavigationContoller). In the Home Viewcontroller, I have changed the title text to orange, but when I click the button that triggers the segue and then come back to the Home ViewController, the title changed color.
Home ViewController in its normal state - Back button clicked in the next view and back to Home ViewController