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

前端 未结 10 1507
离开以前
离开以前 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:37

    Titanium Mobile is also an option - it allows you to write JavaScript that gets translated into Objective-C.

提交回复
热议问题