Inherits from UIView
Declared in TKEntityPropertyGroupTitleView.h

Overview

A class that represents group’s title view.

Properties

allowIndicatorAnimation

A bool that determines if the title’s indicator should be animated on exapnd/collapse.

@property (nonatomic) BOOL allowIndicatorAnimation

Declared In

TKEntityPropertyGroupTitleView.h

indicatorPosition

The title’s indicator position.

@property (nonatomic) TKEntityPropertyGroupTitleIndicatorPosition indicatorPosition

Declared In

TKEntityPropertyGroupTitleView.h

indicatorView

Title’s indicator.

@property (nonatomic, strong, nullable) UIView *indicatorView

Declared In

TKEntityPropertyGroupTitleView.h

itemSpacing

The spacing between the items in the view.

@property (nonatomic) CGFloat itemSpacing

Declared In

TKEntityPropertyGroupTitleView.h

style

The title’s styles.

@property (nonatomic, strong, readonly, nonnull) TKDataFormGroupTitleStyle *style

Declared In

TKEntityPropertyGroupTitleView.h

titleLabel

Title’s label.

@property (nonatomic, strong, readonly, nonnull) TKLabel *titleLabel

Declared In

TKEntityPropertyGroupTitleView.h