摘要: #import "MyReserveViewController.h" @interface MyReserveViewController ()<UITextFieldDelegate>{ UITextField * _myfield; UIButton * addButn; UIButton * 阅读全文
posted @ 2016-07-20 17:08 樊特西style 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: 单元格选中后,打勾。再选其他,之前的勾取消,新的打勾。 代码如下(不加代码高亮了吧): - (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath { NS 阅读全文
posted @ 2016-07-20 09:43 樊特西style 阅读(2989) 评论(0) 推荐(0) 编辑