Enumeration
列挙
Layout
LayoutDirection
No overview available.
概要は利用可能でありません。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
enum LayoutDirection
Topics 話題
Getting Layout Directions
Creating a Layout Direction
init?(UITraitEnvironmentLayoutDirection )
Create a direction from its UITraitEnvironmentLayoutDirection equivalent.
Getting All Layout Directions
static var allCases : [LayoutDirection ]
A collection of all values of this type.
この型の全ての値からなるコレクション。
typealias AllCases
A type that can represent a collection of all values of this type.
ある型、それはこの型の全ての値からなるあるコレクションを表すことができます。
Comparing Layout Directions レイアウト方向を比較する
static func == (LayoutDirection , LayoutDirection ) -> Bool
Indicates whether two layout directions are equal.
static func != (Self, Self) -> Bool
Indicates whether two layout directions are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the layout direction by passing them into the given hash function.
var hashValue : Int
The hashed value of the layout direction.
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Text Layout
enum TextAlignment
An alignment position for text along the horizontal axis.
水平軸に沿ったテキストの整列位置。
enum TruncationMode
The type of truncation to apply to a line of text when it’s too long to fit in the available space.
それが利用可能な空間に収まるには長すぎるところのテキストのある行に適用する切り詰めの型。