luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Little proble

baiRookie opened this issue · comments

I have been using cocoaPods and I found the sample project doesn't work, so I hope the author can create a cocoaPods project,It can sovle lot of my problems.

"progressRing3.gradientOptions = UICircularRingGradientOptions.init(startPosition: .top, endPosition: .bottom, colors: [.red,.blue], colorLocations: [0,1])" , it doesn't work. How do I set the gradient.

please read and follow the issue guidelines before posting an issue.

commented

@baiRookie the problem is you didn't set innerRingWidth property, it should be higher than 0.