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