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 | 指出當儲存格收到焦點時,儲存格會有預設的視覺回應。 |