I think my question is pretty clear.
I have set up a uitableview
with static cells laid out in the interface builder.
Used stuff like textviews inside the cells, I think it would be a lot of work to change this to a normal tableview where I set my cells programmatically.
So I would like to know if I can still use editingStyleForRowAtIndexPath
somehow, I tried it but it doesn't work.