0

I'm using the ViewDeck library and order to have a sliding functionality in my app, and I run into the problem that if I have a UITableView in my left view controller and want to delete a row, I can't do it; it simply doesn't enter in the commitEditingStylemethod.

Any idea please?

Thanks a lot in advance.

noloman
  • 11,411
  • 20
  • 82
  • 129

1 Answers1

0

I forgot that I was returning NO in the method canEditRowAtIndexPath

noloman
  • 11,411
  • 20
  • 82
  • 129