SwinjectStoryboard icon indicating copy to clipboard operation
SwinjectStoryboard copied to clipboard

How to register view controllers in Swinjectstoryboard?

Open ciathyza opened this issue 6 years ago • 0 comments

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? } } }

ciathyza avatar Apr 10 '19 04:04 ciathyza