atomicobject / objection

A lightweight dependency injection framework for Objective-C
http://www.objection-framework.org
MIT License
1.85k stars 223 forks source link

Configurable Initializer #93

Closed jdewind closed 9 years ago

jdewind commented 9 years ago

This update supports passing in an optional initializer selector, and it will override the registered initializer if one was specified.