eliotfowler / EFCircularSlider

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

Start slider from another position. #35

Closed ghost closed 9 years ago

ghost commented 9 years ago

How could I change slider starting point? For example from west instead north?

ghost commented 9 years ago

@fatuhoku @hodgesmr @eliotfowler @kenthumphries @ciotto

eliotfowler commented 9 years ago

In -viewDidLoad of your UIViewController that is responsible for controlling the slider, set the currentValue like this:

circularSlider.currentValue = 270;