Comment by rdrsss

2 years ago

Love this, if I never have to write a wrapper around objc again I'd be in heaven.

This uses the ObjC runtime to obtain the underlying ObjC method implementation functions, to call directly, instead of relying on the runtime to call them. If you find this more elegant than a wrapper with some ObjC, good for you.