I have an app with tab bar controller (with 4 views controller) and it contains a navigation controller. All of this was create programmatically.
My question:
Is there a way how
You can create a very basic subclass of UIViewController and set its title. Then, just have your other UIViewController subclasses inherit from this base class instead of directly from UIViewController.