JGMethodSwizzler icon indicating copy to clipboard operation
JGMethodSwizzler copied to clipboard

Add Method to instance of object via swizzling?

Open MattFoley opened this issue 8 years ago • 0 comments

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?

MattFoley avatar Sep 06 '16 18:09 MattFoley