Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best and easiest way to create a UITableView form?

What's the best and easiest way to create a UITableView form?

It's getting messy and tedious to create a form for data entry using the UItableView -- and maybe I am missing something because I see these uitableview forms everywhere in iPhone but they are so PITA to create.

like image 200
Teo Choong Ping Avatar asked Sep 15 '11 01:09

Teo Choong Ping


People also ask

What is UITableView in Swift?

A view that presents data using rows in a single column.


2 Answers

I found https://github.com/escoz/QuickDialog

like image 142
Teo Choong Ping Avatar answered Oct 27 '22 00:10

Teo Choong Ping


Check out XLForm. Looks powerful and up-to-date.

like image 41
phatmann Avatar answered Oct 27 '22 01:10

phatmann