CheckboxButton
CheckboxButton copied to clipboard
Table view scroll issue
Hello
I am using that CheckboxButton class in uitableview cell in swift 3. The issue i m facing is that on scrolling the table view it automatically select buttons in different cells. Any help?
Remember to set the state explicitly of the button when reusing cells. Some code would be nice to help debug your issue.