I don\'t know exactly what\'s the right place to set things like the tintColor of the NavigationBar or the title of my ViewController. It works in the -init method and the -
the init method is used to initialize the viewController while viewDidLoad method is used to load your nib(i.e. your view). so when you want to do something with your viewController then use init method and when you want to do something with your view then use viewDidLoad.