Partager via


UITableViewCellFocusStyle Énumération

Définition

Énumération dont les valeurs définissent la façon dont un s’affiche UITableViewCell lorsqu’il est concentré.

[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 = 
Héritage
UITableViewCellFocusStyle
Attributs

Champs

Custom 1

Indique que la cellule ne modifie pas son apparence lorsqu’elle reçoit le focus.

Default 0

Indique que la cellule aura la réponse visuelle par défaut lorsqu’elle recevra le focus.

S’applique à