We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@spromicky steps to reproduce:
UIControlEvent.valueChange
Example GIF:
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
StepSlider.m
My crashes mainly occur due to a isEqual dead instance EXEC_BAD_INSTRUCTION when the plugin performs its CGColorRef comparisons
isEqual
EXEC_BAD_INSTRUCTION
CGColorRef
Originally posted by @davcpas1234 in #21 (comment)
The text was updated successfully, but these errors were encountered:
Will be great to support some kind of heat indicator like in gif.
Sorry, something went wrong.
No branches or pull requests
@spromicky steps to reproduce:
UIControlEvent.valueChange
based on returned index valueExample GIF:
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 crashMy crashes mainly occur due to a
isEqual
dead instanceEXEC_BAD_INSTRUCTION
when the plugin performs itsCGColorRef
comparisonsOriginally posted by @davcpas1234 in #21 (comment)
The text was updated successfully, but these errors were encountered: