Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

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

Open
lokielse opened this issue Oct 1, 2013 · 6 comments
Labels

Comments

@lokielse
Copy link

lokielse commented Oct 1, 2013

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

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

@willing8310
Copy link

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

this code also does not work.

@bumaociyuan
Copy link
Contributor

I had the same problem

@sxsoul
Copy link

sxsoul commented Dec 5, 2014

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
Copy link
Contributor

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

@sxsoul
both not work

@sxsoul
Copy link

sxsoul commented Dec 5, 2014

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
Copy link
Contributor

I have fixed this bug #163

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants