Hi Tarek,
I wanted to check how difficult it would be to implement some additional delegate methods for SCTableViewModelDelegate? In particular, detailViewWillDisappearForSectionAtIndex and detailViewWillDisappearForRowAtIndexPath. I need to do some customisation to the parent table view when a detail view is dismissed and I would like to do this invisibly without the user seeing the change. At the moment it has to be done in the ...DidDisappear... delegate methods, which results in the user seeing the change as the delegate is only fired once the detail view has disappeared (and the parent table view is fully visible).
Thanks,
Matthew