TKEntityPropertyGroupEditorsView Class Reference
Inherits from | UIView |
Declared in | TKEntityPropertyGroupEditorsView.h |
Tasks
-
layout
property -
items
property -
– addItem:
-
– addItem:atIndex:
-
– removeItem:
-
– removeAllItems
-
– updateLayout
Properties
Instance Methods
addItem:
Add an item to the editors view.
- (void)addItem:(UIView *)item
Parameters
- item
The item that will be added.
Declared In
TKEntityPropertyGroupEditorsView.h
addItem:atIndex:
Add an item to the editors view at specified index.
- (void)addItem:(UIView *)item atIndex:(NSUInteger)index
Parameters
- item
The item that will be added.
- index
The index of the item.
Declared In
TKEntityPropertyGroupEditorsView.h
removeAllItems
Remove all items from the editor view.
- (void)removeAllItems
Declared In
TKEntityPropertyGroupEditorsView.h
removeItem:
Remove an item from the editor view.
- (void)removeItem:(UIView *)item
Parameters
- item
The item that will be removed.
Declared In
TKEntityPropertyGroupEditorsView.h
updateLayout
Updates the layout.
- (void)updateLayout
Declared In
TKEntityPropertyGroupEditorsView.h