Enumeration
列挙
Control
ControlActiveState
No overview available.
概要は利用可能でありません。
Availability 有効性
- macOS 10.15+
- Mac Catalyst 13.0+
Technology
- Swift
UI
Declaration 宣言
enum ControlActiveState
Topics 話題
Getting Control Active States
Accessing States
static var allCases : [ControlActiveState ]
A collection of all values of this type.
この型の全ての値からなるコレクション。
typealias AllCases
A type that can represent a collection of all values of this type.
ある型、それはこの型の全ての値からなるあるコレクションを表すことができます。
Comparing States
static func == (ControlActiveState , ControlActiveState ) -> Bool
Indicates whether two control active states are equal.
static func != (Self, Self) -> Bool
Indicates whether two control active states are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the control active state by passing them into the given hash function.
var hashValue : Int
The hashed value of the control active state.
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Configuration
enum ControlSize
The size classes, like regular or small, that you can apply to controls within a view.
サイズクラス、レギュラーまたはスモールのような、それはあなたがビュー内のコントロールに適用できるものです。
enum Prominence
A type indicating the prominence of a view hierarchy.
enum Visibility
The visibility of a UI element, chosen automatically based on the platform, current context, and other factors.