UITableViewCellAccessory
UITableViewCellAccessory
Enum
Definition
T:UIKIt.UITableViewCell
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITableViewCellAccessory
type UITableViewCellAccessory =
- Inheritance
- Attributes
Fields
Checkmark Checkmark | 3 | A tick is displayed on the right side of the cell. This accessory does not track touches. The table view's UITableViewSource can manage check marks (possibly limiting the check mark to a single row) in the RowSelected(UITableView, NSIndexPath) method. |
DetailButton DetailButton | 4 | A standard button indicating additional detail. |
DetailDisclosureButton DetailDisclosureButton | 2 | A blue circular button containing a chevron (right-pointing arrow) is displayed on the right side of the cell. This accessory tracks touches separately from the rest of the cell. |
DisclosureIndicator DisclosureIndicator | 1 | A chevron (right-pointing arrow) is displayed on the right side of the cell. This accessory does not track touches. |
None None | 0 | No accessory is displayed. This is the default. Use this value to remove a previously-assigned accessory. |
Remarks
Set the type of accessory to display in a
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...