BCFormSection Class Reference
Inherits from | NSObject |
Declared in | BCFormSection.h |
Tasks
-
parent
property -
title
property -
cellColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
property -
selectedCellColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
property -
sectionTitleColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
property -
textColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
property -
selectedTextColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
property -
+ sectionWithTitle:
-
+ sectionWithTitle:cellColor:selectedCellColor:sectionTitleColor:
-
– fields
-
– addField:
-
– addFields:
Properties
cellColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
@property (nonatomic, strong) UIColor *cellColor
Discussion
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
Declared In
BCFormSection.h
sectionTitleColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
@property (nonatomic, strong) UIColor *sectionTitleColor
Discussion
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
Declared In
BCFormSection.h
selectedCellColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
@property (nonatomic, strong) UIColor *selectedCellColor
Discussion
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
Declared In
BCFormSection.h
selectedTextColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
@property (nonatomic, strong) UIColor *selectedTextColor
Discussion
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
Declared In
BCFormSection.h
textColor
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
@property (nonatomic, strong) UIColor *textColor
Discussion
Overrides the property in BCForm, for this specific section, if not set returns the BCForm’s corresponding property.
Declared In
BCFormSection.h