共用方式為


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

指出當儲存格收到焦點時,儲存格會有預設的視覺回應。

適用於