Mac OS X: Method Swizzling in Cocoa

It took me about 45 minutes, but I finally think I have this figured out: Method Swizzling in Cocoa Basically, it’s the missing piece you need to effectively “hijack” an existing function in an existing piece of Mac OS X software. To do this, you follow a few key steps: You identify a method of [...]