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
I've received a very similar question over here madsmtm/objc2#269, you can probably adapt the answer to your use-case (if not, please do say so, then I'd be happy to provide more details).
Hello,
I'm trying to call a function in ObjC that takes a callback function, and I'm hoping to have that call back to a rust function. The function I'm trying to call is this one: https://developer.apple.com/documentation/webkit/wkwebview/1415017-evaluatejavascript?language=objc.
When I pass null to the callback function, it works:
I tried this:
but it crashes without an error message
The text was updated successfully, but these errors were encountered: