UITableViewCellState Enum

Definition

An enumeration of states for a UITableViewCell.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UITableViewCellState
type UITableViewCellState = 
Inheritance
UITableViewCellState
Attributes

Fields

DefaultMask 0

The normal state of a UITableViewCell.

ShowingDeleteConfirmationMask 2

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

ShowingEditControlMask 1

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

Applies to