table view :: could not delete the custom label in custom cell
问题 In my iPhone app, In Table view I have Two labels in one cell.. textLabel which is default. Custom Label Data is deleting from array which is fine... Here is the code.. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { //Get the Log Id for the sections. From Section Array int logID=0; if(indexPath.row==0) { NSLog(@"Time Array %@",timeArray); logID=[[[sectionArray objectAtIndex:indexPath.section] valueForKey:@"logID"] intValue];