Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arc fixes #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

scrouchman
Copy link

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

Removed dealloc
Removed autorelease
Fixed Bad Access by using UIColor* rather than CGColorRef
ringw added a commit to ringw/DCRoundSwitch that referenced this pull request Nov 14, 2012
@ringw
Copy link

ringw commented Nov 14, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants