Enumeration
列挙
ControlSize
The size classes, like regular or small, that you can apply to controls within a view.
サイズクラス、レギュラーまたはスモールのような、それはあなたがビュー内のコントロールに適用できるものです。
Topics
話題
Getting Control Sizes
case mini
A control version that is minimally sized.
あるコントロールバージョン、それは最小限の大きさにされます。
case small
A control version that is proportionally smaller size for space-constrained views.
あるコントロールバージョン、それは空間制約ビューに比例した大きさにされます。
case regular
A control version that is the default size.
あるコントロールバージョン、それは省略時の大きさにされます。
case large
A control version that is prominently sized.
あるコントロールバージョン、それは目立つような大きさにされます。
Getting All Sizes
typealias AllCases
A type that can represent a collection of all values of this type.
ある型、それはこの型の全ての値からなるあるコレクションを表すことができます。
Default Implementations
省略時実装
See Also
参照
Configuration
enum Visibility
The visibility of a UI element, chosen automatically based on the platform, current context, and other factors.