JGMethodSwizzler
JGMethodSwizzler copied to clipboard
Add Method to instance of object via swizzling?
Right now, when swizzling an individual instance of object, this class requires the object already implement that method.
Is there a way that this library can be modified to be able to add a method to an instance when the original does not already implement the method?