摘要: - (void)viewDidLoad { [super viewDidLoad]; // self.tableView.allowsMultipleSelection = YES; // 告诉tableView在编辑模式下可以多选 self.tableView.allowsMultipleSele 阅读全文
posted @ 2016-05-01 21:46 suifenglangzi 阅读(154) 评论(0) 推荐(0) 编辑
摘要: // 局部刷新 NSArray *indexPaths = @[ [NSIndexPath indexPathForRow:0 inSection:0], [NSIndexPath indexPathForRow:1 inSection:0] ]; [self.tableView reloadRow 阅读全文
posted @ 2016-05-01 20:40 suifenglangzi 阅读(344) 评论(0) 推荐(0) 编辑
摘要: https://github.com/fdzsergio/SFFocusViewLayout 阅读全文
posted @ 2016-05-01 15:10 suifenglangzi 阅读(147) 评论(0) 推荐(0) 编辑