Aug 28, 2017 · 1 min read
Hi Juan! This is a great article (especially the sample code on github). Helped clear a lot of my doubts regarding DI Container. However, I need to understand how you would resolve a circular dependency. For example I use MVP design pattern. In that case my viewController needs a reference to presenter and presenter in turn requires a reference to viewController and interactor. I need to understand how would the assembler work in this case?
