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
The example code isn't very clear about this. How do I...
extension SwinjectStoryboard { class func setup() { defaultContainer.register(ServicesViewController.self) { _ in // How to proceed here to inject a ref to ServicesViewController? } } }
The text was updated successfully, but these errors were encountered:
ciathyza
changed the title
How do register view controllers in Swinjectstoryboard?
How to register view controllers in Swinjectstoryboard?
Apr 10, 2019
The example code isn't very clear about this. How do I...
extension SwinjectStoryboard { class func setup() { defaultContainer.register(ServicesViewController.self) { _ in // How to proceed here to inject a ref to ServicesViewController? } } }
The text was updated successfully, but these errors were encountered: