youknowone/UI7Kit

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

lokielse opened this issue · 6 comments

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

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

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

this code also does not work.

I had the same problem

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.

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

@sxsoul
both not work

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.

I have fixed this bug #163