I am making a swift app that includes a tutorial. When I attempt to segue back to the main controller, the tab bar items turns grey (They should be white). This is because I set-up the tab bar in the app delegate. Is there a way to programmatically call the app delegate from a view-controller?
I am wanting to call the didFinishLaunchingWithOptions() function