iOS Remove ActionRow

Is it possible to avoid and remove even default (DELETE) ActionRow (which is displayed when you swipe from right to left) for some certain rows?

In other words I don’t want to have ActionRow for some certain rows but for some want.

Thanks.

Using a datasource you can add the iOSTableDataSourceEditing interface and return False in RowIsEditable

One more (+1) drink for Mr Jeremie :slight_smile:
Thanks for reminding me to it.
I also need to see how to handle situation if I have class object As Data Source which is multi data source for different views to handle this part of RowIsEditable but to have low memory footprint of it and to override memory overloading and get on speed.
Cheers.