one note on method injection, when you present it with a public parameter it makes no sense over property injection. When you make a presentation you should create a clear distinction between property injection and method injection so one should use private or fileprivate.
"D" in SOLID stands for "Dependency inversion principle". Not "injection"
People who know about Swinject, kindly post your views
Thank you for the video. It was informative.
one note on method injection, when you present it with a public parameter it makes no sense over property injection. When you make a presentation you should create a clear distinction between property injection and method injection so one should use private or fileprivate.
i kept getting this error: Swift class extensions and categories on Swift classes are not allowed to have +load methods, how do i bypass this? thanks
then use `minimal` obj-c
Top!