How can I write an iPhone app entirely in JavaScript without making it just a web app?

前端 未结 10 1493
离开以前
离开以前 2020-12-07 07:22

I don\'t want to take the time to learn Obj-C. I\'ve spent 7+ years doing web application programming. Shouldn\'t there be a way to use the WebView and just write the whole

10条回答
  •  一生所求
    2020-12-07 07:31

    You can create an application without knowing any obj-C. The QuickConnectiPhone framework allows you to do this. Check out http://tetontech.wordpress.com for how to use it as well as other ways of doing what you have asked.

提交回复
热议问题