how can i indent my CUSTOM CELL while editing, resizing or moving labels and images correctly?
I use:
- (BOOL) tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath {
return YES;
}
with no effects.
Any idea?
Solved animating all components (changing
frame.origin.x) in this way:On edit / save, animation “indent” controls left or right.
thanks