UITableViewCellState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |