Sdílet prostřednictvím


UITableViewCellState Enum

Definition

An enumeration of states for a UITableViewCell.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native("UITableViewCellStateMask")]
[System.Flags]
public enum UITableViewCellState
[<ObjCRuntime.Native("UITableViewCellStateMask")>]
[<System.Flags>]
type UITableViewCellState = 
Inheritance
UITableViewCellState
Attributes

Fields

Name Value Description
DefaultMask 0

The normal state of a UITableViewCell.

ShowingEditControlMask 1

The state of a UITableViewCell when the table is in editing mode.

ShowingDeleteConfirmationMask 2

The state of a UITableViewCell that shows a button requesting confirmation of a delete gesture.

Applies to