摘要: 1, 为数组中的每一个button添加点击事件; [_buttonArray makeObjectsPerformSelector:@selector(addTarget:self action:(orderKind:) forControlEvents:UIControlEventTouchUpI 阅读全文
posted @ 2017-01-05 08:41 wangwei_Carry 阅读(268) 评论(0) 推荐(0)
摘要: UITableViewCell * cell = [[UITableViewCell alloc] init]; 设置cell的附件类型: // >1 打钩 选中// cell.accessoryType = UITableViewCellAccessoryCheckmark; // >2 圆圈 + 阅读全文
posted @ 2017-01-05 08:27 wangwei_Carry 阅读(2140) 评论(0) 推荐(0)