HamzaGhazouani/HGCircularSlider

How to set mid thumb position programatically?

gargDigrt opened this issue · 1 comments

In other example type of view.
I want to display mid thumb point at specific point when view controller appear. How can I do this ?

Hi gargDiGrt,
You should change the value of the property midPointValue.
In the version 1.0.2 this property was private, I changed to open in the version 1.0.3.
I updated also the example you can check it ;)
See #5