1

I have a UITableView with an edit/done button. I would like to make some changes when it enters into edit mode. At the moment, I have overwritten setEditing:animated, but that seems fishy. Is there a notification sent when the tableView enters editing mode, or should I stick to setEditing?

pbergson
  • 230
  • 3
  • 9
  • 1
    Similar Question well answered : http://stackoverflow.com/questions/1776045/how-to-detect-edit-mode-on-iphone-uitableview – Lithu T.V Oct 03 '12 at 19:08
  • Well, crap. I missed that one. Sounds like setEditing:animated is still the way to go. Thanks. – pbergson Oct 03 '12 at 19:30

0 Answers0