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

Bring various project settings up to date, and allow for alternate 'deselected' color on controls #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dscandrett
Copy link

Fairly straight forward pair of commits. The first commit is to bring things into working order. I had seen an additional fork of this code that took care of this as well, as mostly it is running with the Xcode ARC auto conversion. However, there is a delegate object that I made a 'weak' reference, which is far nicer than the default 'unsafe__unretained'.

After that, I made a small adjustment to allow configuring a 'deselected' color on the controls. Quite unobtrusive, and potentially helpful for others interested in this functionality as well.

First, the DCIntrospect files were removed from the project file, as they were not present. Then, the project was converted to both ARC and Modern Objective-C syntax.
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.

1 participant