开发者

Where to find a form like control for iPhone [duplicate]

This question already has answers here: Existing iOS form framework 开发者_运维问答 (3 answers) Closed 8 years ago.

You know how on the iPhone one can go to settings> mail > add account > gmail > fillable form

What is the name of that fillable form control? I want to use it in my app but can't find it in Interface Builder. Or rather what is the approach for putting it together using other components?

Thanks!


It's a UITableView. Create your own UITableViewCell subclass with a UITextField in it and use the cells for the table view.

You might want to look here.


https://github.com/ittybittydude/IBAForms

you can quickly make forms using the built-in form field types or create your own custom fields and the user interfaces used to enter data for them.

hope this helps

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜