Skip to content
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

segmentsBackgroundColor cannot be changed #12

Closed
roopeshmittal opened this issue Jan 23, 2017 · 1 comment
Closed

segmentsBackgroundColor cannot be changed #12

roopeshmittal opened this issue Jan 23, 2017 · 1 comment

Comments

@roopeshmittal
Copy link

Looks like this will never be set to a new value as its always set to background color in setter

open var segmentsBackgroundColor: UIColor = Palette.segmentedControlBackgroundColor {
        didSet {
            backgroundView.backgroundColor = backgroundColor
        }
    }
@polqf
Copy link
Owner

polqf commented Jan 31, 2017

Sorry about that issue. This has been fixed in #10

@polqf polqf closed this as completed Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants