jbsf / blindside

Blindside provides dependency injection capabilities for Objective-C on iOS and OS X
MIT License
71 stars 43 forks source link

Fix infinite recursion when a class is bound to itself #38

Closed briancroom closed 9 years ago

briancroom commented 9 years ago

This is one approach to fixing #23.

akitchen commented 9 years ago

Thanks @briancroom !