Hi again.
Why does this action fire:
model.cellActions.willDisplay = ^(SCTableViewCell *cell, NSIndexPath *indexPath) { NSLog(@"here1"); };
but this one does not:
model.cellActions.detailModelWillPresent = ^(SCTableViewCell *cell, NSIndexPath *indexPath, SCTableViewModel *detailModel) { NSLog(@"here2"); };
Thanks!
Edited by David DelMonte, 17 February 2015 - 09:16 AM.