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

Feature: Change colour of the progress / arc #8

Open
markst opened this issue Apr 13, 2016 · 1 comment
Open

Feature: Change colour of the progress / arc #8

markst opened this issue Apr 13, 2016 · 1 comment

Comments

@markst
Copy link

markst commented Apr 13, 2016

I'd like to be able to change the colour of the progress.

@markst
Copy link
Author

markst commented Apr 13, 2016

I tried simply exposing the arc view:

@interface GBKUIButtonProgressView (Expose)
- (UIView *)borderView;
- (CAShapeLayer *)arc;
@end

Which works for setting the border background colour, but since the arc view is created on demand createArcView. this doesn't work.

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

No branches or pull requests

1 participant