UITableViewCellFocusStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举,其值定义在聚焦时如何 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 | 指示单元格在接收焦点时具有默认视觉响应。 |