-
Notifications
You must be signed in to change notification settings - Fork 143
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
Explicit instantiation for macOS apps #78
Comments
I don't typically do OSX development, so can't comment on recommended practices. |
My current workaround is to let the app load via storyboard, and then call this method in
One thing to note though (not sure if this is a separate bug or a side effect of doing the above) but I'm noticing |
@mpdifran Hey i am not sure if I understand you correct but you can remove the storyboard from the Info.plist
and you need to add/replace this class to the info plist
if you have a problem to get the correct project name just start your app and add this line somewhere in your project and you will get in the console your project name.
|
Ah that's perfect. Thank you! |
The README mentions you can do something like this in iOS apps to explicitly load your root view controller from
SwinjectStoryboard
:Is there an equivalent practice for macOS?
The text was updated successfully, but these errors were encountered: