taji-taji / CenterOriginSlider

iOS Custom Slider.
MIT License
9 stars 2 forks source link

Sometime it not draws track images #2

Open Coder-ACJHP opened 4 years ago

Coder-ACJHP commented 4 years ago

Especially when changing value programmatically, I added it as arranged sub view of UIStackView and this StackView is inside another UIStackView so it may caused because of it position on view?

Temporary solution: 1 - Set setTrackImage function public 2 - When you want to change slider value programmatically call setTrackImage function immediately after changing value

taji-taji commented 4 years ago

@Coder-ACJHP Thank you for mentioning the issue. Do you have a way to reproduce it or a screenshot of it?