Search code examples
iosxcodeuitableviewviewdeck

iOS: ViewDeck library and deleting row from UITableView


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.


Solution

  • I forgot that I was returning NO in the method canEditRowAtIndexPath