You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have to build some native functionality in my app, and the is one of the missing intrinsics I need.
Basically it allows you to call a method on the parent inheritance chain, and it is used when extending objects.
Describe the solution you'd like
Works just like objc_send but with a "super" as an argument
Is your feature request related to a problem? Please describe.
I have to build some native functionality in my app, and the is one of the missing intrinsics I need.
Basically it allows you to call a method on the parent inheritance chain, and it is used when extending objects.
Describe the solution you'd like
Works just like
objc_send
but with a "super" as an argumentAdditional context
Official docs here:
https://developer.apple.com/documentation/objectivec/1456716-objc_msgsendsuper
The text was updated successfully, but these errors were encountered: