iphone uiwebview / form

Posted by user290031 on Stack Overflow See other posts from Stack Overflow or by user290031
Published on 2010-03-27T22:14:52Z Indexed on 2010/03/27 22:23 UTC
Read the original article Hit count: 196

Filed under:
|
|

Hey All,

Okay, so I have an iphone app that presents the user with a UIWebview of an html page with a form I created. The form has standard stuff like a message box and dropdown boxes. Once the user fills out the form and clicks submit, it saves the information as nsstrings in my program. Okay, no problem there. That all works fine.

However, I also wanna be able to edit this form as well. Once I save all this information the user selected in the form (as strings), is there a way to put it back into an html form using an uiwebview so a user of the app can edit the info later on?? I apologize in advance if I didn't give enough info.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiwebview