SITUserHelperColorScheme
Objective-C
@interface SITUserHelperColorScheme : NSObject
Swift
class SITUserHelperColorScheme : NSObject
Class that contains the color configuration used in the dialogs of SITUserHelperColorScheme
-
Getter for the primary color
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull primaryColor;
Swift
var primaryColor: String { get }
-
Getter for the secondary color
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull secondaryColor;
Swift
var secondaryColor: String { get }
-
Initializer
Declaration
Objective-C
- (nonnull instancetype)init;
Swift
init()