domesticcatsoftware / DCRoundSwitch

A 'modern' replica of UISwitch.
MIT License
765 stars 162 forks source link

DCRoundSwitch blocks animation in UITableView #7

Open Omarkth opened 13 years ago

Omarkth commented 13 years ago

try to add the switch as a subview to the contentview of a tableviewcell, now the tableview's animations does not work anymore, i tried both - insertRowsAtIndexPaths:withRowAnimation: and -deleteRowsAtIndexPaths:withRowAnimation:

can you confirm this?