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

指示单元格在接收焦点时具有默认视觉响应。

适用于