SCViewControllerActions

@interface SCViewControllerActions : 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.

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