UITableViewCellFocusStyle 列挙型

定義

値がフォーカスされたときに の表示方法を UITableViewCell 定義する列挙。

[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 = 
継承
UITableViewCellFocusStyle
属性

フィールド

Custom 1

セルがフォーカスを受け取ったときに の外観が変更されないことを示します。

Default 0

セルがフォーカスを受け取ったときに、既定のビジュアル応答を持っていることを示します。

適用対象