Multiple selection in UITableView. And the tables are dynamically generated
问题 I have multiple uitableviews. I created the multiple tables by using a loop. The number of tables depend on the result of the webservice. And each table have multiple selections. I have to pass all the values selected from every table to next webservice. How can I do this task ? Thank You, 回答1: 1-> you can use check Boxes for in your UITableView for mutli section (Check box can be implemented by UIButton ). one check box per row. 2-> Use a flag ( BOOL isSelected ),set it true when user select