BCColorScheme Class Reference
Inherits from | NSObject |
Declared in | BCColorScheme.h |
Overview
Provides a color-scheme model for a form. To implement a shared color scheme throughout an application a class-method category can be implemented on this class.
Tasks
-
cellColor
property -
selectedCellColor
property -
sectionTitleColor
property -
defaultTextColor
property -
selectedTextColor
property -
buttonTintColor
property -
+ defaultColorScheme
-
+ schemeWithCellColor:selectedCellColor:sectionTitleColor:defaultTextColor:selectedTextColor:buttonTintColor:
-
– initWithCellColor:selectedCellColor:sectionTitleColor:defaultTextColor:selectedTextColor:buttonTintColor:
Class Methods
schemeWithCellColor:selectedCellColor:sectionTitleColor:defaultTextColor:selectedTextColor:buttonTintColor:
+ (instancetype)schemeWithCellColor:(UIColor *)cellColor selectedCellColor:(UIColor *)selectedCellColor sectionTitleColor:(UIColor *)sectionTitleColor defaultTextColor:(UIColor *)defaultTextColor selectedTextColor:(UIColor *)selectedTextColor buttonTintColor:(UIColor *)buttonTintColor
Instance Methods
initWithCellColor:selectedCellColor:sectionTitleColor:defaultTextColor:selectedTextColor:buttonTintColor:
- (id)initWithCellColor:(UIColor *)cellColor selectedCellColor:(UIColor *)selectedCellColor sectionTitleColor:(UIColor *)sectionTitleColor defaultTextColor:(UIColor *)defaultTextColor selectedTextColor:(UIColor *)selectedTextColor buttonTintColor:(UIColor *)buttonTintColor