1

I am using EFCircularSlider IOS component and I would like to change its value to apply on the interface. Only setting the value to currentValue is not worling.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Ronaldo Campos
  • 361
  • 2
  • 13
  • Sorry, i do not understand your question, is [circularSlider setCurrentValue:10.0f] not setting the value for you? – MCMatan Mar 14 '14 at 23:16
  • It is setting the value, but its not applying to the view – Ronaldo Campos Mar 16 '14 at 17:03
  • 1
    You did something wrong, and its hard to know what without you explaining a bit more.. I downloaded it myself and all worked great. Try downloading the Demo and look what is different to your code https://github.com/eliotfowler/EFCircularSlider – MCMatan Mar 16 '14 at 18:33
  • @PiratM i was using the latest version on cocoapods. The latest version is really working! Tranks – Ronaldo Campos Mar 18 '14 at 13:58
  • That happens when you copy the Pod from the Readme file in Github. Change it to: pod "EFCircularSlider", "> 0.1.0" – jomafer Apr 29 '14 at 14:36

1 Answers1

0

I was using cocoapods latest version (0.1.0). Dowloading the latest revision it worked.

See: https://github.com/eliotfowler/EFCircularSlider/issues/15

Ronaldo Campos
  • 361
  • 2
  • 13