I have a progress view and can't seem to set it's progress lower than 0.15. If I do, it still appears as it's progress is at 0.15. After the progress grows beyond this value, everything works OK.
The view inspector shows the two image views for the tracking and progress tint colors, but from the start (when progress should be 0), the one for the tracking color has a width of 66 and it can't seem to go lower than this. I saw an earlier post (from 2013) that said to just use a UISlider
instead. This doesn't seem to be an elegant solution.
Does anybody have any suggestions on how to fix this?