APServiceBox provides dependency injection for your iOS projects.
| Tags | ioc dependency injection iOS |
|---|---|
| Licenses | MIT |
| Implementation | Objective C |
Recent releases


Release Notes: This update offers the possibility to objects to request their dependencies from the default container. A new category (NSObject+APServiceBox) and a new method ([APServiceBox defaultBox]) have been added.


Release Notes: Now when you call the fill: method for the first time, the dependencies themselves are filled with other dependencies from the container. This allows you to create service objects that depend on other service objects.


Release Notes: This release fixes a memory-related critical bug. Updating is strongly encouraged.