UITableViewCellFocusStyle Enumeración

Definición

Enumeración cuyos valores definen cómo se muestra un objeto UITableViewCell cuando se centra.

[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 = 
Herencia
UITableViewCellFocusStyle
Atributos

Campos

Custom 1

Indica que la celda no modificará su apariencia en cuando reciba el foco.

Default 0

Indica que la celda tendrá la respuesta visual predeterminada cuando reciba el foco.

Se aplica a