domesticcatsoftware / DCRoundSwitch

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

This code caused EXC_BAD_ACCESS when refactoring the project to use ARC. #11

Closed dimme closed 12 years ago

dimme commented 12 years ago

Bug fixed using Objective-C style array.

dimme commented 12 years ago

Ignore

tipycalFlow commented 12 years ago

I converted it to obj-c type as well and even commented out the CG release statements (CGGradientRelease, CGColorSpaceRelease) but the problem still occurs. This happens only on device and works without crashes on simulator ! Did your changes work on device too?

brspurri commented 11 years ago

I'm seeing the same issues. It seems this issue should not be closed.