-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
@spromicky steps to reproduce:
- setup a step slider with 5 steps (1, 2, 3, 4, 5)
- set the slider to update tint color on
UIControlEvent.valueChange
based on returned index value - run the app
- select index 5, as the change is animating, attempt to drag the circle to a new index
- crash observed
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)
Friendtam