摘要: picker_start=[[UIDatePicker alloc]initWithFrame:CGRectMake(centerView.frame.size.width/2-100,centerView.frame.size.height/2-50, 400, 80)]; [pi... 阅读全文
posted @ 2015-03-17 14:24 爱生活爱代码 阅读(691) 评论(0) 推荐(0) 编辑
摘要: 实现效果如图:在cell中有一个button,选中cell改变button的选择状态 yes,选中另外一个cell,别的cell中的button选择状态变成false。 //获取当前可显示的cell 的 IndexPathfor (NSIndexPath *ind in [tableView ind... 阅读全文
posted @ 2015-03-17 13:36 爱生活爱代码 阅读(224) 评论(0) 推荐(0) 编辑