A Google Guice Like iOS Objective-C Dependency Injection Framework

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.

DeliciousTwitterFacebookRedditLinkedInEmail

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.

Leave a Reply

Your email address will not be published. Required fields are marked *