-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
View controller as IBOutlet #192
Comments
You could do it in xib, as far as I am concerned. |
Hi!, I'm trying to launch a view controller from within AppDelegate, but I'm not able to do it yet. If I just instantiate the ViewController and added that to the rootViewController like:
I has an empty black screen (because It's not connected to the Storyboard), but if I use:
I got an exception:
I'm very new to VIPER and I want to know how I could achieve launching a ViewController from the AppDelegate using the Storyboard and the ModuleInitializer. Thank you :) Regards |
I see the template has an Initialiser class which has a View controller as IBOutlet property. How am I supposed to connect the VC as IBOutlet? I never did this and couldn't find someone who did it.
Any help will be appreciated, Thanks.
The text was updated successfully, but these errors were encountered: