i hav an html file which displays table view ,how to load this on the ipad view ..
and i want to enter the values to the fields of table view in html o/p….
any ideas ..
Thanks in advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll want to take a look at the UIWebView for displaying a local html file onto the iOS device.
The code below will load
index.htmlfrom your project folder: