Table View Cell
Table View Cell Attributes Inspector Reference
Style
The Image property appears in this group only when Style is Basic, Right Detail, or Subtitle.
Style
The appearance and layout of the table view cell labels.
For the Custom style, your custom subclass of UITableViewCell
determines the appearance of the table view cell.
Access: reuseIdentifier
Selection |
Method |
Argument |
---|---|---|
Custom |
||
Basic |
||
Right Detail |
||
Left Detail |
||
Subtitle |
Image
The image for the table view cell content.
Access: image
Cell Reuse
Identifier
Identifies the table view cell for cell reuse.
Appearance
Selection
Whether and how the table view cell indicates that it is selected.
Selection |
Method |
Argument |
---|---|---|
None |
||
Blue |
||
Gray |
Accessory
The accessory view type for the table view cell in the Normal state.
The three states of a table view cell are: Normal, Editing, and Delete Confirmation (Cell State Mask Constants
).
Selection |
Method |
Argument |
---|---|---|
None |
||
Disclosure Indicator |
||
Detail Disclosure |
||
Checkmark |
Editing Acc.
The accessory view type of the table view cell in the Editing state.
The three states of a table view cell are: Normal, Editing, and Delete Confirmation (Cell State Mask Constants
).
Selection |
Method |
Argument |
---|---|---|
None |
||
Disclosure Indicator |
||
Detail Disclosure |
||
Checkmark |
Indentation and Behavior
Shows Re-order Controls
Whether the table view cell shows the reordering control.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Indentation
Level
The table view cell indentation level.
Access: indentationLevel
Width
The width in points of each level of indentation.
Access: indentationWidth
Indent While Editing
Whether to indent the table view cell background when the table view cell is in the Editing state.
Selection |
Method |
Argument |
---|---|---|
Unselected |
||
Selected |
Copyright © 2014 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2013-12-16