eliotfowler / EFCircularSlider

An extensible circular slider for iOS applications
http://eliotfowler.github.io/EFCircularSlider/
MIT License
998 stars 161 forks source link

Set current value programatically #15

Closed ronaldocwb closed 10 years ago

ronaldocwb commented 10 years ago

How can i set the currentValue programatically and apply to the interface?

tomredman commented 10 years ago

In a January 31st commit, it looks like @eliotfowler added this functionality. Use [self.slider setCurrentValue:10.0f]; and it will update.

ronaldocwb commented 10 years ago

Thanks, that solved my problem. I was using other version provided by cocoapods (pod 'EFCircularSlider', '= 0.1.0').

Isn't a good idea to release a new version to cooapods?

eliotfowler commented 10 years ago

Thanks @tomredman. @ronaldocwb, yes, I'll update the cocoapod this week.