I have a tab bar that is created programmatically and I\'m having difficulties initializing a storyboard associated with a view.
I\'m able to load the view successfully
Swift 4
let storyboard = UIStoryboard(name: "Main", bundle: nil) settingsViewController = storyboard.instantiateInitialViewController() settingsViewController = storyboard.instantiateViewController(withIdentifier: "SettingsViewController")