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

rewritten using CoreAnimation layers #1

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

Conversation

rudyrichter
Copy link

the initial control didn't work quite right so i ended up rewriting it entirely using CoreAnimation layers since that's kind of the mode of operation i've been working in the past couple years (Cocoa controls suck, do it using CoreAnimation)

most of the configurable aspects are exposed to subclasses, including the knob image in both pressed and unpressed states, the well in both on and off states.

The control now also implements binding support for enabled and state properties so you can make use of cocoa bindings with your switch subclasses.

the included small variant has been updated to reflect an example of how you would provide your own dimensions and custom artwork

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.

None yet

1 participant