0
I’m having a problem with my tableviewcontroller, as I update some data on a textfield or roll down it goes disappearing with some cells, if I roll up and down hiding the missing cell it comes back to appear as if it had recharged, I tried to give Load every time I edit but it doesn’t work ? someone has had something 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 a uitableviewcell array
Opa I could solve and I forgot to post here, but I believe that this solution and also work in my case I saved an array with the size of each cell to be able to set in heighForRowAt, apparently he put a smaller size for cell and it did not appear, But thanks for the young attention
– Vitor Mendes