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

Segmented control tintColor #1056

Open
zbencz3 opened this issue Aug 27, 2019 · 0 comments
Open

Segmented control tintColor #1056

zbencz3 opened this issue Aug 27, 2019 · 0 comments

Comments

@zbencz3
Copy link

zbencz3 commented Aug 27, 2019

I am using XLForm (4.0.0) and I need to set the tint color of a row with a segmented control on iOS 13.

let row = Row(tag: myTag,
  rowType: XLFormRowDescriptorTypeSelectorSegmentedControl,
  title: "")

How can I set the tint color for this row?
The following does not seem to work.
row.cellConfigAtConfigure["segmentedControl.tintColor"] = UIColor.orange

Thanks.

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

1 participant