Maybe I'm missing something from the documentation, should it inject dependencies automatically?
Before object creation I setup default injector, create object by calling init, but it's dependencies show up only when I manually injectDependencies:.
This object is created by bindBlock:toClass: if that matters.
Is it the way it should be?
Maybe I'm missing something from the documentation, should it inject dependencies automatically?
Before object creation I setup default injector, create object by calling init, but it's dependencies show up only when I manually
injectDependencies:.This object is created by
bindBlock:toClass:if that matters.Is it the way it should be?