jbsf / blindside

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

Added an awake method that notifies objects when property injection is done. #25

Closed thunderweasel closed 9 years ago

thunderweasel commented 9 years ago

Created as a solution to this issue: https://github.com/jbsf/blindside/issues/22

briancroom commented 9 years ago

Thanks for putting this together. I would like to see a reference to this new lifecycle hook in the README documentation, ideally with a note that it is preferable to avoid using it if a clear alternative is available.

akitchen commented 9 years ago

OK, let's merge this in and approach documentation updates separately

thanks @pivotal-ryan-mcleod @briancroom