Closed keithnorm closed 10 years ago
Yes titleTextAttributes are supported see http://classy.as/properties/#nesting
UISegmentedControl {
title-text-attributes[state:highlighted] @{
foreground-color: magenta
}
}
Thanks :+1:
Works perfectly. Thank you!
Firstly, this project is freakin awesome.
Just wondering if there is support for setting something like text color for a UISegmentedControl which is done via setTitleTextAttributes:forState and takes a dictionary for the style settings?
Thanks.