Marxon13/M13ProgressSuite

M13ProgressViewBar should update corner radius when progressBarThickness is set

Meppich opened this issue · 0 comments

Looking through the code for M13ProgressViewBar -setup. The _progressBar.layer.cornerRadius is set to be half of the default progressBarThickness. However, when setting the progressBarThickness attribute externally, the corner radius of the _progressBar view is never updated to match the new thickness. I suggest updating the corner radius for this view in the setter for progressBarThickness.