Instance Methods | |
(instancetype) | - initWithFields: |
Properties | |
UIColor * | buttonBackgroundColor |
UIColor * | buttonBorderColor |
UIColor * | buttonTextColor |
- (instancetype) initWithFields: | (NSDictionary *) | darkButtonFields |
Creates a model containing the dark theme colors for buttons by parsing the dictionary darkButtonFields
|
readwriteatomicstrong |
Dark theme of the button's background color.
|
readwriteatomicstrong |
Dark theme of the button's border color.
|
readwriteatomicstrong |
Dark theme of the button's text color.