摘要: TableViewCell多选;CheckBox;- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (!cell) { cell = [[... 阅读全文
posted @ 2013-12-30 15:52 cocoajin 阅读(1150) 评论(0) 推荐(0)