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

Change tint color on index changing #38

Open
spromicky opened this issue Sep 19, 2019 · 1 comment
Open

Change tint color on index changing #38

spromicky opened this issue Sep 19, 2019 · 1 comment

Comments

@spromicky
Copy link
Owner

@spromicky steps to reproduce:

  1. setup a step slider with 5 steps (1, 2, 3, 4, 5)
  2. set the slider to update tint color on UIControlEvent.valueChange based on returned index value
  3. run the app
  4. select index 5, as the change is animating, attempt to drag the circle to a new index
  5. crash observed

Example GIF:
stepslidercrash

EDIT:
This issue is related to the animation, when i force this to be false (line: 266 of StepSlider.m) the application does not observe this crash

My crashes mainly occur due to a isEqual dead instance EXEC_BAD_INSTRUCTION when the plugin performs its CGColorRef comparisons

Originally posted by @davcpas1234 in #21 (comment)

@spromicky
Copy link
Owner Author

Will be great to support some kind of heat indicator like in gif.

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

1 participant