Become a member
Sign in
Thom Jordan
Thom Jordan

Thom Jordan

14 Following
1 Followers
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Thom Jordan

See more

From Communicating Between (Angular)Javascript in WKWebView and Native Code by ابوبخر اولاديجي ✪

…webConfig: WKWebViewConfiguration {
get {
let webCfg = WKWebViewConfiguration()
let userController = WKUserContentController()
let nativeCallHandler = NativeCallHandler()
nativeCallHandler.delegate = self
userController.addScriptMessageHandler(nativeCallHandler, name: "onNativeCalled")
webCfg.userContentController = userController;

return webCfg;
}
}

From From Swift to Javascript and Back by Keith Elliott

Creating a JSVirtualMachine and JSContext

Claps from Thom Jordan

See more

A World Beyond Swift Maps

Jonathan @ Strictly Swift

Yoneda and Coyoneda trick

Alexey Avramenko

Smalltalk May Be the Nikola Tesla of the IT Industry

Richard Kenneth Eng