0

I have an HTML file containing JavaScript code, which is read by PC browsers(like IE). Now I want to "migrate" those codes to make it part of my iOS app.

Is there an easy way to do this? I now using Titanium is a good way but what if I intend to use Xcode? (Also, the HTML contains some JQuery codes.)

Thank you very much!

1
  • 2
    XCode is an IDE. Titanium is a wrapper around a browser control. You can't sanely compare them. Commented Jul 16, 2012 at 15:44

1 Answer 1

4

Use UIWebView and you can run it as is.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.