Inherits from NSObject
Declared in BCFormSection.h

Tasks

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

parent

@property (nonatomic, weak) BCForm *parent

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

title

@property (nonatomic, strong, readonly) NSString *title

Class Methods

sectionWithTitle:

+ (id)sectionWithTitle:(NSString *)title

sectionWithTitle:cellColor:selectedCellColor:sectionTitleColor:

+ (id)sectionWithTitle:(NSString *)title cellColor:(UIColor *)cellColor selectedCellColor:(UIColor *)selectedCellColor sectionTitleColor:(UIColor *)sectionTitleColor

Instance Methods

addField:

- (void)addField:(BCAbstractField *)field

addFields:

- (void)addFields:(NSArray *)fields

fields

- (NSArray *)fields