UIButton---iOS

1.button更改按下的背景图片

 [btn setImage:bgImg1 forState:UIControlStateHighlighted];

设置Button的字体大小;

btn.titleLabel.font = [UIFont systemFontOfSize: 14.0];

UIButton去掉系统的按下高亮置灰效果

 [downImageV setAdjustsImageWhenHighlighted:NO];


UIButton不可点击的属性

[Button setUserInteractionEnabled:NO];

posted on 2014-01-19 22:53  金玉游龙  阅读(124)  评论(0编辑  收藏  举报

导航