domesticcatsoftware / DCRoundSwitch

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

Crash with Arc enabled for tint color #14

Open jostster opened 12 years ago

jostster commented 12 years ago

Get a crash in both the demo and my project when using the arc refactored version

CGContextSetFillColorWithColor(context, self.onTintColor.CGColor);

Line 54 in DCRoundSwitchToggleLayer.m

Bad access error.