TKEntityPropertyGroupView Class Reference
Inherits from | UIView |
Declared in | TKEntityPropertyGroupView.h |
Tasks
-
titleView
property -
editorsContainer
property -
collapsible
property -
isCollapsed
property -
group
property -
– expand
-
– collapse
Properties
collapsible
A bool that determines if the group is collapsable.
@property (nonatomic) BOOL collapsible
Declared In
TKEntityPropertyGroupView.h
editorsContainer
View that contains editors for the properties in the group.
@property (nonatomic, strong, readonly) TKEntityPropertyGroupEditorsView *editorsContainer
Declared In
TKEntityPropertyGroupView.h
group
The TKEntityPropertyGroup that this view represents.
@property (nonatomic, strong, readonly) TKEntityPropertyGroup *group
Declared In
TKEntityPropertyGroupView.h
isCollapsed
Shows if the group is collapsed or not.
@property (nonatomic, readonly) BOOL isCollapsed
Declared In
TKEntityPropertyGroupView.h
titleView
Title view for the group.
@property (nonatomic, strong) TKEntityPropertyGroupTitleView *titleView
Declared In
TKEntityPropertyGroupView.h