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

Unable to change ringStokeColor #2

Open
vpradeep96 opened this issue Sep 23, 2019 · 2 comments
Open

Unable to change ringStokeColor #2

vpradeep96 opened this issue Sep 23, 2019 · 2 comments

Comments

@vpradeep96
Copy link

When the value is >= limitValue, I'd love to change the ringstokecolor to red. However, the color is not being changed at all
I don't even think ringStokeColor(gaugeView: GaugeView, value: Double) -> UIColor {} is being called anywhere
Please help.

@timyply
Copy link

timyply commented Feb 18, 2020

You need to add the GaugeViewDelegate protocol to your viewController
Then when configuring your gaugeView, add:
gaugeView.delegate = self

@vimperico
Copy link

You need to add the GaugeViewDelegate protocol to your viewController
Then when configuring your gaugeView, add:
gaugeView.delegate = self

thank you 👍

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

3 participants