You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
Opps! instantiateInitialController returns a Storyboards.FooViewController, not a Module.FooViewController :-(
The obvious work-around is not to name storyboards using the same name as the initial view controller. However for simple storyboards this can be a convenient and natural naming.
Looks like natalie just needs to parse the "customModule" attribute for "viewControllers" in the storyboard xml.
The text was updated successfully, but these errors were encountered:
This is an issue if the storyboard has the same name as the initial controller e.g.
Opps! instantiateInitialController returns a Storyboards.FooViewController, not a Module.FooViewController :-(
The obvious work-around is not to name storyboards using the same name as the initial view controller. However for simple storyboards this can be a convenient and natural naming.
Looks like natalie just needs to parse the "customModule" attribute for "viewControllers" in the storyboard xml.
The text was updated successfully, but these errors were encountered: