UITableViewCellFocusStyle Enum

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITableViewCellFocusStyle
type UITableViewCellFocusStyle = 
Inheritance
UITableViewCellFocusStyle
Attributes

Fields

Custom 1

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

Default 0

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

Applies to