Inherits from UIView
Declared in TKEntityPropertyGroupView.h

Overview

Represents a view that displays TKEntityGroup.

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

Instance Methods

collapse

Collapses this group.

- (void)collapse

Declared In

TKEntityPropertyGroupView.h

expand

Expands this group.

- (void)expand

Declared In

TKEntityPropertyGroupView.h