Bring various project settings up to date, and allow for alternate 'deselected' color on controls #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.