UITableViewCellFocusStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration whose values define how a UITableViewCell displays when it is focused.
[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 =
- Inheritance
-
UITableViewCellFocusStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Indicates that the cell will have the default visual response when it receives the focus. |
Custom | 1 | Indicates that the cell will not alter its appearance in when it receives the focus. |