Table actions with custom cells

Hi everyone,

It doesn’t seem possible to use table actions (ActionsForRow) when using custom cells in the iOSTable.
I didn’t find any info on this in the dev center.
Is it possible ? How ?

Thanks.

Custom cell are as normal cell.
What change is the content (what you can view) that you can customize in the custom cell.

Yes, you can use row actions with custom cells.

You don’t have to do anything special or different. Just implement the iOSTableDataSourceEditing interface.

I’ve found my mistake.
The datasource must be set in the open event (nothing to do with custom cells).