SCModelCenter
@interface SCModelCenter : NSObject {
CFMutableSetRef modelsSet;
}
This class defines a tabel view model center.
Important
This class is usually only used internally by the framework.-
Undocumented
Declaration
Objective-C
CFMutableSetRef modelsSet -
Undocumented
Declaration
Objective-C
@property (nonatomic, weak) UIViewController *keyboardIssuer -
Undocumented
Declaration
Objective-C
+ (SCModelCenter *)sharedModelCenter; -
Undocumented
Declaration
Objective-C
- (void)registerModel:(SCTableViewModel *)model; -
Undocumented
Declaration
Objective-C
- (void)unregisterModel:(SCTableViewModel *)model; -
Undocumented
Declaration
Objective-C
- (SCTableViewModel *)modelForViewController:(UIViewController *)viewController;
View on GitHub
Install in Dash
SCModelCenter Class Reference