I have a tableview with all cells having a button each. Each button is designed as a checkbox and has the functionalities of checkbox. I have a toolbar in the same view, and on the click of a toolbar button I need to change the value of all the checkboxes in the table. Right now I am not able to find a solution for this. Any help will be appreciated. Thanks.
Share
On your tool bar button click, Set a flag.According to the flag value, you perform the Reload tableView operation with your need data for the cells