Theocacao
Leopard
Design Element
Comment on "Add Methods at Runtime in Objective-C"
by Chris — Oct 26
Quickies:

- it's very useful for bridging dynamic languages like Ruby and Python to Objective-C. The translation layers for these languages need to add methods on demand.

- it's useful for creating Mock Objects that stand in for other objects in test-driven development methodologies.
Back to "Add Methods at Runtime in Objective-C"
Design Element

Copyright © Scott Stevenson 2004-2015