Hi, i'm currently trying to fix a problem that I have since i upgraded to STV 5, i´m currently modifying a class to fit the deprecated methods SCTableViewModelDelegate and i can't find a SectionAction to fit this method:
(BOOL)tableViewModel:(SCTableViewModel *)tableViewModel shouldDismissDetailViewForRowAtIndexPath:(NSIndexPath *)indexPath withDetailTableViewModel:(SCTableViewModel *)detailTableViewModel cancelButtonTapped:(BOOL)cancelTapped doneButtonTapped:(BOOL)doneTapped
I know that i could use:
detailModelShouldDismiss
but how could i get the doneButtonTapped at the same time?
Thanks in advance,
Regards,
Sebastián