How can I use more than one UITableView in one ViewController? Is it possible to ause more than one TableView in a page?
Actually i am creating a Application Form, there i have to use objects alternative for combo box.
I choose TableView instead for combo box.
Is this a right method?
Yes you can have more than one tableview in a UIViewcontroller . You need set tag for each tableview and with respect to you can load data in the tableview .