youknowone / UI7Kit

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

Visibility problem of UI7SegmentedControl with white tint color #128

Closed k06a closed 10 years ago

k06a commented 10 years ago

Just code:

[UI7Kit patchIfNeeded];
[[UI7Kit kit] setTintColor:[UIColor whiteColor]];

Patform: iOS 6, iOS 5 And result: 2013-11-16 11 49 15 Problem: Title of center segment is invisible because of its color...

k06a commented 10 years ago

My pull request: https://github.com/youknowone/UI7Kit/pull/129 makes this code:

view.backgroundColor = [UIColor colorWithPatternImage:image];

works this way: 2013-11-17 12 34 19