1.代码忘记添加注释的部分
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
UITableViewCell *ncell = [tableView dequeueReusableCellWithIdentifier:identifierdata];
//判断是否为空,才去执行初始化操作
// if(ncell == nil){
//
//ncell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:identifierdata];
//
// }