SCTableViewControllerActions

@interface SCTableViewControllerActions : NSObject

This class hosts a set of view controller action blocks. Once an action is set to a desired code block, it will execute the block as soon as the action occurs.

SCTableViewControllerAction_Block syntax: action = ^(SCTableViewController *viewController) { // Your code here };