4 ms·
Love this, if I never have to write a wrapper around objc again I'd be in heaven.
by rdrsss 2y ago
Love this, if I never have to write a wrapper around objc again I'd be in heaven.
- LeoNatan25 2y agoThis 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.
- icedchai 2y agoI find Objective C more pleasant to use than C++. Maybe I'm crazy.