I'm having a problem with my tableviewcontroller, as I update some data in a textfield or roll down it goes away with some cells, if I scroll up and down hiding the cell that disappeared it appears again as if I have reloaded, I tried to reload every time I edit but it does not work? Has anyone ever had anything similar? I'm using a custom cell
My cellforRowAt is like this
fieldValues = metadataBuilder.fieldValues
return metadataBuilder.cells[indexPath.row]
metadatabuilder and an object with an array of uitableviewcell