youknowone / UI7Kit

Backport flat-style UIKit from iOS7 to iOS5+
Other
1.67k stars 199 forks source link

UI7SegmentedControl #155

Open iidioter opened 10 years ago

iidioter commented 10 years ago

in : _tintColorUpdated->setTitleTextAttributes

when i've set the tint color, the color to be display may be wrong. I think, the title state is not the 'UIControlStateHighlighted', may be the UIControlStateSelected, so the background color for 'selected' part will be same to the text color. see: ui7kit-error

when i have change the state and the attribute color, it works. see: ui7kit-ok

This is may my bad, so can you send the result for me?