CustomCell iOS refresh?

For customcells, supplied by RowData, I often find that they keep the data they were given when created.
If information pertaining to that row is amended, I dont see the right data unless I scroll away and come back.
Is there a ‘recreate row X’ method I can call, or a ‘rebuild the list’ at a push?

If you are using a datasource, ReloadDatasource might work but not sure.

When using Custom cells, you should make sure that everything (properties and controls) are reset to the initial value or desired value right after calling Table.CreateCustomCell

That is how the operating system works, cells are re-used over and over.