1

In my chat application, i can't prevent movement of some content views to right, on screenshot blue bubble with text movement to right in edit mode, can anyone help me?

enter image description here

rmaddy
  • 314,917
  • 42
  • 532
  • 579
iAlexeus
  • 11
  • 2

1 Answers1

1

Use the following UITableView Delegate method:

- (BOOL)tableView:(UITableView *)tableView shouldIndentWhileEditingRowAtIndexPath:(NSIndexPath *)indexPath

Credits are from this link: https://stackoverflow.com/a/5789624/2060180

Community
  • 1
  • 1
Ricardo Anjos
  • 1,417
  • 18
  • 22