Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I was working with the UITableView and I had a checkbox related to every row of items.

On click event of a button, it should generate a list of checked items in the UITableView.

I am not able to do so, Please help me out
Posted

1 solution

Hi,

On click event of a button write [tableObject reloadData];

now in tableView:cellForRowAtIndexPath method write logic to put a checkmark or use table accessory view to put a check mark.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900