iOS Question Custom iTableView Cell Refresh

RichardN

Well-Known Member
Licensed User
Longtime User
When working with the iTableView with custom cells, is it possible to refresh the individual cells having changed their contents... or must the whole table be refreshed with iTableView.ReloadAll ?

I am not adding or removing cells, just changing the contents using the NativeObject/superview method.
 
Top