CTCheckbox
CTCheckbox copied to clipboard
Using inside a table view cell
Hello, I'm trying to using this control inside a table view cell, this works fine, show the checkboxes on each row of my table view, but, when i check the first, the 14th checkbox is checked too. Can you try this?
Thank you.
Sounds like the cell reuse gets in your way. You need to reset your checkbox state from your corresponding model object.