Protocols
The following protocols are available globally.
-
Used internally
See moreDeclaration
Objective-C
@protocol SCInputAccessoryViewDelegate <NSObject>
-
Undocumented
See moreDeclaration
Objective-C
@protocol SCibInitialization <NSObject> - (instancetype)initWithibDictionary:(NSMutableDictionary *)ibDictionary; @end
-
This protocol should be adopted by objects that want to mediate as a delegate for SCTableViewController. All methods for this protocol are optional.
See moreDeclaration
Objective-C
@protocol SCTableViewControllerDelegate
-
This protocol should be adopted by objects that want to mediate as a delegate for SCViewController. All methods for this protocol are optional.
See moreDeclaration
Objective-C
@protocol SCViewControllerDelegate