which editingStyle i have to use to have the result of this tutorial?
I would like have a editingStyle without "-" or "+". If in the method editingStyleForRowAtIndexPath i return UITableViewCellEditingStyleNone i don't have "-" (for delete) or "+" (for insert) but i have my table's rows shifted to right e with blank space.
In the apple's tutorial there is not the blank space before of the rows's content.
What is the way to resolve this issue?
Thanks in advance