關(guān)于button的單選多選問題

button的單選、多選問題筒严,其實(shí)是基于button的Selected屬性來做的簡單設(shè)置。雖然很簡單情萤,還是整理一下方便查閱鸭蛙;

#import "ViewController.h"

@interface ViewController ()
@property (nonatomic, strong) UIButton * btn;
@property (nonatomic, strong) NSMutableArray *array;
@property (nonatomic,strong) UIView * lineView;
@property (nonatomic,weak) UIButton *Selectbutton;
@end

@implementation ViewController
- (NSMutableArray *)array{
??? if (!_array) {
??????? _array = [NSMutableArray arrayWithCapacity:0];
??? }
??? return _array;
}
- (void)viewDidLoad {
??? [super viewDidLoad];
??? for (int i = 0; i < 3; i++) {
??????? for (int j = 0; j < 3; j++) {
??????????? UIButton * btn = [UIButton buttonWithType:UIButtonTypeCustom];
??????????? btn.backgroundColor = [UIColor groupTableViewBackgroundColor];
??????????? [btn setTitle:[NSString stringWithFormat:@"%d", i + (3 * j) + 1] forState:UIControlStateNormal];
??????????? [btn setTitleColor:[UIColor blackColor] forState:UIControlStateNormal];
??????????? [btn setTitleColor:[UIColor redColor] forState:UIControlStateSelected];
??????????? btn.tag = (i + (3 * j) + 1) + 100;
??????????? [btn addTarget:self action:@selector(clickedBtnWith:) forControlEvents:UIControlEventTouchUpInside];
??????????? btn.frame = CGRectMake(20 + i * 120, 20 + j * 70, 100, 50);
??????????? if (i==0 && j==0) {
??????????????? btn.selected = YES;
??????????????? btn.backgroundColor = [UIColor grayColor];
??????????????? self.Selectbutton = btn;
??????????? }
??????????? [self.view addSubview:btn];
??????????? _btn = btn;
??????? }
??? }
??? self.lineView = [[UIView alloc]initWithFrame:CGRectMake(20, 72, 100, 1)];
??? self.lineView.backgroundColor = [UIColor redColor];
??? [self.view addSubview:self.lineView];
??? // Do any additional setup after loading the view, typically from a nib.
}

- (void)clickedBtnWith:(UIButton *)btn{
??? NSLog(@"selected===%d",btn.selected);
//??? //多選
//??????? if (!btn.selected) {
//??????????? [btn setBackgroundColor:[UIColor brownColor]];
//??????????? [self.array addObject:[NSNumber numberWithInteger:btn.tag - 100]];
//??????? }else{
//??????????? [btn setBackgroundColor:[UIColor groupTableViewBackgroundColor]];
//??????????? if ([self.array containsObject:[NSNumber numberWithInteger:btn.tag - 100]]) {
//??????????????? [self.array removeObject:[NSNumber numberWithInteger:btn.tag - 100]];
//??????????? }
//??????? }
//??????? btn.selected = !btn.selected;
//??? NSLog(@"%@", _array.description);
???
???
//單選
???
??? NSLog(@"點(diǎn)擊了第%ld 個按鈕", (long)btn.tag - 100);
??? if (!btn.isSelected) {
???????
??????? self.Selectbutton.selected = !self.Selectbutton.selected;
???????
??????? self.Selectbutton.backgroundColor = [UIColor groupTableViewBackgroundColor];
???????
??????? btn.selected = !btn.selected;
???????
??????? btn.backgroundColor = [UIColor grayColor];
???????
??????? self.Selectbutton = btn;
???????
??? }

}

//? 顏色轉(zhuǎn)換為背景圖片

- (UIImage *)imageWithColor:(UIColor *)color

{
???
??? CGRect rect = CGRectMake(0.0f, 0.0f, 1.0f, 1.0f);
???
??? UIGraphicsBeginImageContext(rect.size);
???
??? CGContextRef context = UIGraphicsGetCurrentContext();
???
???
???
??? CGContextSetFillColorWithColor(context, [color CGColor]);
???
??? CGContextFillRect(context, rect);
???
???
???
??? UIImage *image = UIGraphicsGetImageFromCurrentImageContext();
???
??? UIGraphicsEndImageContext();
???
???
???
??? return image;
???
}
- (void)didReceiveMemoryWarning {
??? [super didReceiveMemoryWarning];
??? // Dispose of any resources that can be recreated.
}

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市筋岛,隨后出現(xiàn)的幾起案子规惰,更是在濱河造成了極大的恐慌,老刑警劉巖泉蝌,帶你破解...
    沈念sama閱讀 212,718評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件歇万,死亡現(xiàn)場離奇詭異,居然都是意外死亡勋陪,警方通過查閱死者的電腦和手機(jī)贪磺,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,683評論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來诅愚,“玉大人寒锚,你說我怎么就攤上這事劫映。” “怎么了刹前?”我有些...
    開封第一講書人閱讀 158,207評論 0 348
  • 文/不壞的土叔 我叫張陵泳赋,是天一觀的道長。 經(jīng)常有香客問我喇喉,道長祖今,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,755評論 1 284
  • 正文 為了忘掉前任拣技,我火速辦了婚禮千诬,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘膏斤。我一直安慰自己徐绑,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,862評論 6 386
  • 文/花漫 我一把揭開白布莫辨。 她就那樣靜靜地躺著傲茄,像睡著了一般。 火紅的嫁衣襯著肌膚如雪沮榜。 梳的紋絲不亂的頭發(fā)上盘榨,一...
    開封第一講書人閱讀 50,050評論 1 291
  • 那天,我揣著相機(jī)與錄音敞映,去河邊找鬼较曼。 笑死磷斧,一個胖子當(dāng)著我的面吹牛振愿,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播弛饭,決...
    沈念sama閱讀 39,136評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼冕末,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了侣颂?” 一聲冷哼從身側(cè)響起档桃,我...
    開封第一講書人閱讀 37,882評論 0 268
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎憔晒,沒想到半個月后藻肄,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,330評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡拒担,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,651評論 2 327
  • 正文 我和宋清朗相戀三年嘹屯,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片从撼。...
    茶點(diǎn)故事閱讀 38,789評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡州弟,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情婆翔,我是刑警寧澤拯杠,帶...
    沈念sama閱讀 34,477評論 4 333
  • 正文 年R本政府宣布,位于F島的核電站啃奴,受9級特大地震影響潭陪,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜纺腊,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,135評論 3 317
  • 文/蒙蒙 一畔咧、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧揖膜,春花似錦誓沸、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,864評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至趁仙,卻和暖如春洪添,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背雀费。 一陣腳步聲響...
    開封第一講書人閱讀 32,099評論 1 267
  • 我被黑心中介騙來泰國打工干奢, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人盏袄。 一個月前我還...
    沈念sama閱讀 46,598評論 2 362
  • 正文 我出身青樓忿峻,卻偏偏與公主長得像,于是被迫代替她去往敵國和親辕羽。 傳聞我的和親對象是個殘疾皇子逛尚,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,697評論 2 351

推薦閱讀更多精彩內(nèi)容