Rahim

Results 1 comments of Rahim

I think you aren't setting your handle type. Try setting your handleType before setting the handleColor. `[self.circularSlider setHandleType:EFBigCircle];` `[self.circularSlider setHandleColor:[UIColor clearColor]];` The above code works fine for me.