Share via


UITableViewCellFocusStyle Enum

Definition

Enumeration whose values define how a UITableViewCell displays when it is focused.

[ObjCRuntime.Native]
public enum UITableViewCellFocusStyle
[<ObjCRuntime.Native>]
type UITableViewCellFocusStyle = 
Inheritance
UITableViewCellFocusStyle
Attributes

Fields

Name Value Description
Default 0

Indicates that the cell will have the default visual response when it receives the focus.

Custom 1

Indicates that the cell will not alter its appearance in when it receives the focus.

Applies to