0

I want to make a ipad application in which there will be form in which user will enter name and date and other things will be already hardcode as show in the following form so which control may i use to get this functionality may i use TextView or webView to perform the functioning.

enter image description here

this is the top of the form which should be in ipad in which user will enter date and doctor name

and below is the form where user will sign in the bottom in the above page.

enter image description here

4

1 回答 1

0

不幸的是,我还没有找到用于编辑表单和 pdf 文件的好的(非付费)解决方案。通常,您可以使用 UIWebView 显示表单,然后将 UITextFields 放在可编辑区域的顶部以存储您需要的数据。无论哪种方式,字段都需要映射,因此对于您在这里的表格来说并不难。

另一种解决方案是使用 textFields 和本机组件重新创建表单。

于 2013-05-13T10:47:32.417 回答