摘要:
picker_start=[[UIDatePicker alloc]initWithFrame:CGRectMake(centerView.frame.size.width/2-100,centerView.frame.size.height/2-50, 400, 80)]; [pi... 阅读全文
摘要:
实现效果如图:在cell中有一个button,选中cell改变button的选择状态 yes,选中另外一个cell,别的cell中的button选择状态变成false。 //获取当前可显示的cell 的 IndexPathfor (NSIndexPath *ind in [tableView ind... 阅读全文