CTCheckbox icon indicating copy to clipboard operation
CTCheckbox copied to clipboard

Using inside a table view cell

Open thiagovargas opened this issue 10 years ago • 1 comments

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.

thiagovargas avatar Jan 14 '15 18:01 thiagovargas

Sounds like the cell reuse gets in your way. You need to reset your checkbox state from your corresponding model object.

mickeyl avatar Feb 19 '16 09:02 mickeyl