I have an issue of moving from a ViewController back to a root tab bar controller. Here's my storyboard, I have attached an image of my issue.
I have tried the following:
I'm getting this error message:
Please help really running out of options here.
I have tried the following:
Code Block let homeTBC = controllers![3] as! UITabBarController let homeVC = homeTBC.viewControllers?[0] as! HomeViewController self.present(homeVC, animated: true, completion: nil)
I'm getting this error message:
Code Block *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present modally a view controller <ITEiOSApp.HomeViewController: 0x7fbb200bf000> that has a parent view controller <UITabBarController: 0x7fbb200bea00>.' terminating with uncaught exception of type NSException
Please help really running out of options here.