alskipp / ASValueTrackingSlider

A UISlider subclass that displays the slider value in a popup view
MIT License
1.84k stars 235 forks source link

left side of bar color looses color when cell is reused #53

Open hanssl opened 7 years ago

hanssl commented 7 years ago

I am using the slider in a table cell. I am using the default setting for autoAdjustTrackColor (yes). I set the popUpViewColor and the left side of the slider reflects my color until the cell scrolls off screen and back (resued). Now, the entire bar is black. Can the left side color be made to stick?

aiyub007 commented 7 years ago

use the color of bubble code in didload(); It will be done