AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Usage in Extension #199

Closed lightsprint09 closed 5 years ago

lightsprint09 commented 6 years ago

Is there a reason why usage inside extensions is not enabled?

Same for Dip-UI.

ilyapuchka commented 6 years ago

Extensions usually have small code base so DI can be done manually. No technical restrictions for that though.

On 26 Jul 2018, at 18:13, Lukas Schmidt notifications@github.com wrote:

Is there a reason why usage inside extensions is not enabled?

Same for Dip-UI.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

lightsprint09 commented 6 years ago

ok. I will try to setup a pull request in the coming days.