youknowone / UI7Kit

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

[buttonSubmit setTitleColor:[UIColor redColor] forState:UIControlStateHighlighted]; #117

Open lokielse opened 10 years ago

lokielse commented 10 years ago
[buttonSubmit setTitleColor:[UIColor redColor] forState:UIControlStateHighlighted]; 

this code not work, the color of HighlightedState is always in white;

willing8310 commented 10 years ago

[buttonSubmit setTitleColor:[UIColor redColor] forState:UIControlStateSelected];

this code also does not work.

bumaociyuan commented 9 years ago

I had the same problem

sxsoul commented 9 years ago

what's problem?It’s long time, forgot it!!!!  原始邮件  发件人: bumaociyuannotifications@github.com收件人: youknowone/UI7KitUI7Kit@noreply.github.com发送时间: 2014年12月5日(周五) 14:42主题: Re: [UI7Kit] [buttonSubmit setTitleColor:[UIColor redColor]forState:UIControlStateHighlighted]; (#117)I had the same problem

—Reply to this email directly or view it on GitHub.

bumaociyuan commented 9 years ago

[button setTitleColor:[UIColor redColor] forState:UIControlStateSelected]; [button setTitleColor:[UIColor redColor] forState:UIControlStateHighlighted];

@sxsoul both not work

sxsoul commented 9 years ago

yeah, i used a image and tap event to implement   原始邮件  发件人: bumaociyuannotifications@github.com收件人: youknowone/UI7KitUI7Kit@noreply.github.com抄送: sxsoulsxsoul@163.com发送时间: 2014年12月5日(周五) 15:01主题: Re: [UI7Kit] [buttonSubmit setTitleColor:[UIColor redColor]forState:UIControlStateHighlighted]; (#117)[button setTitleColor:[UIColor redColor] forState:UIControlStateSelected]; [button setTitleColor:[UIColor redColor] forState:UIControlStateHighlighted];

both not work

—Reply to this email directly or view it on GitHub.

bumaociyuan commented 9 years ago

I have fixed this bug #163