-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M13ProgressViewSegmentedRing - secondary color #105
Comments
I'm experiencing a similar issue with M13ProgressViewRing. Secondary color seems to have broken in Xcode 8/iOS 10 |
I have solved my issue. It had to do with backgroundRingWidth. I believe the default value is calculated based on self.bounds, and this might be causing a problem in iOS 10. Setting backgroundRingWidth = 1 solved my problem. |
Marxon13
added a commit
that referenced
this issue
Nov 10, 2016
ifabijanovic
added a commit
to ifabijanovic/M13ProgressSuite
that referenced
this issue
Jan 31, 2018
Resolves issue Marxon13#105 for segmented ring view, PR#108 only resolved an issue in ring view.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a problem with setting secondaryColor for Segmented Ring.
Code used by me:
progressView.showPercentage = false
progressView.numberOfSegments = 30
progressView.progressRingWidth = 9
progressView.primaryColor = UIColor(white: 1, alpha: 0.4)
progressView.secondaryColor = UIColor.whiteColor()
The text was updated successfully, but these errors were encountered: