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

Custom button symbols #3

Closed
cannyboy opened this issue Apr 18, 2016 · 3 comments
Closed

Custom button symbols #3

cannyboy opened this issue Apr 18, 2016 · 3 comments

Comments

@cannyboy
Copy link

It would be nice to be able to create custom buttons, perhaps with a function that can be fed CGPathRefs:

let startCustomButton = DynamicButton(startLine1, startLine2, startLine3, startLine4)
let endCustomButton = DynamicButton(endLine1, endLine2, endLine3, endLine4)

startCustomButton.setStyle(endCustomButton.style, animated: true)

( maybe even use ASCIImage - cparnot/ASCIImage#12 )

@yannickl
Copy link
Owner

This is a good idea! 👍

I don't have time for the moment, but I'll see during the next w-e what I can do. (Of course, If you have time, you are welcomed)

yannickl added a commit that referenced this issue Apr 21, 2016
yannickl added a commit that referenced this issue Apr 21, 2016
yannickl added a commit that referenced this issue Apr 21, 2016
@yannickl
Copy link
Owner

You can now create your own symbols! You have to use the v2.x branch however.

@cannyboy
Copy link
Author

great, looks good.

clock-target

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

No branches or pull requests

2 participants