mdinacci / MDRadialProgress

A custom UIView useful to represent progress in discrete steps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

value from 0.1 to 0.9

niko1aus opened this issue · comments

I use the control to display the values ​​from 0 to 10 with fractional values. if I set the value from 0.1 to 0.9 progress is not displayed. http://joxi.ru/6aLkU_3JTJBkZOHYqxA

How can I fix it?

Hello @shevyakov-nikolay

the control doesn't support fractional values and it's not something I'm planning to add.
A workaround could be to use values from 0 to 100 and to modify the notifyProgressChange method so that the label will display the progress divided by 10.