Last week I mentioned the Typhoon dependency injection framework that is inspired by the Java spring dependency injection framework.
Recently I received a submission about another lightweight dependency injection framework from Justin Dewind called Injection that is inspired by Google Guice with everything done using Objective-C
As the readme states:
Objection is a lightweight dependency injection framework for Objective-C for MacOS X and iOS. For those of you that have used Guice, Objection will feel familiar. Objection was built to stay out of your way and alleviate the need to maintain a large XML container or manually construct objects.
You can find the Objection homepage here.
You can find the source code repository on Github here.
Much more information including examples can be found on the homepage.
- New Open Source iOS Objective-C Dependency Injection Framework
- Objective-C Dependency Injection Framework Using A Spring-Style Approach
- Top iOS Development Resources For Week Ended February 17th, 2013
- Source Code For Xcode Injection Plugin Released – Allows You To Tweak Running Apps
- Tool: A Java To iOS Objective-C Translator From Google
Original article: A Google Guice Like iOS Objective-C Dependency Injection Framework
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





