Why use JavaScriptCore in iOS7 if it can't access a UIWebView's runtime?

后端 未结 5 922
广开言路
广开言路 2020-12-23 17:55

This is in response to this blog:

http://blog.bignerdranch.com/3784-javascriptcore-and-ios-7/

Thoughts from the iOS devs on SO?

5条回答
  •  不知归路
    2020-12-23 18:54

    You can implement application logic in JavaScript and used the JS code on iOS and other platforms. This cuts down the work of supporting an app on iOS, Android, Web, etc.

    Calatrava is a framework around this idea.

提交回复
热议问题