escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Event element deleted #691

Closed miquellaboria closed 7 years ago

miquellaboria commented 10 years ago

I have this code: QSortingSection *subsection = [[QSortingSection alloc] initWithTitle:NSLocalizedString(@"Products unsent", nil)]; subsection.canDeleteRows = YES;

But I can't detect when a row was deleted... Is there any event?

Thanks!