Wednesday August 17, 2011

Aspect Oriented Programming with Proxy Objects

I found this interesting little library that uses proxy objects in Objective-C to achieve aspect oriented programming. You can inject your own code before or after method invocations on other objects.

Too bad that the syntax is still so verbose. Cue the pining for MacRuby on iOS…