Just a quick question:
I have moved all of my current project's data into a standard "Utility Application" (Just a new Utility app in Xcode). How do I change the title bar on the "flipside" view controller. It seems to be using my projects name and I have no idea how to override it with what I want.
I have tried:
in the FlipSideViewController class in the viewDidLoad method, but it still will not change. This same code does work in my mainViewController method (although that viewController specifically has a Navigation bar at the top). What's up?
I have moved all of my current project's data into a standard "Utility Application" (Just a new Utility app in Xcode). How do I change the title bar on the "flipside" view controller. It seems to be using my projects name and I have no idea how to override it with what I want.
I have tried:
Code:
self.title = @"Credits";