domesticcatsoftware / DCRoundSwitch

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

Arc fixes #29

Open scrouchman opened 11 years ago

scrouchman commented 11 years ago

Removed dealloc Removed autorelease Fixed Bad Access by using UIColor* rather than CGColorRef. The compiler sets the original UIColor to be released too early so converting it to a CGColorRef later gets around this

ringw commented 11 years ago

Hi, I've added preprocessor macros to allow DCRoundSwitch to compile with or without ARC. I also converted the DCRoundSwitchDemo project to use ARC.