Enumeration
列挙
Edge
An enumeration to indicate one edge of a rectangle.
ある矩形の1つの縁を指し示すある列挙。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
@frozen enum Edge
Topics 話題
Getting Edges
Creating an Edge
init?(rawValue : Int8)
Creates a new instance with the specified raw value.
ある新しいインスタンスをこの指定された生の値で作成します。
var rawValue : Int8
The corresponding value of the raw type.
生の型の対応している値。
typealias RawValue
The raw type that can be used to represent all values of the conforming type.
準拠している型の全ての値を表すために使われることができる生の型。
Accessing All Edges
static var allCases : [Edge]
A collection of all values of this type.
この型の全ての値からなるコレクション。
typealias AllCases
A type that can represent a collection of all values of this type.
ある型、それはこの型の全ての値からなるあるコレクションを表すことができます。
struct Set
An efficient set of
Edge
s.
ある効率的な一揃いのEdge
。
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Edges and Regions
enum HorizontalEdge
An edge on the horizontal axis.
enum VerticalEdge
An edge on the vertical axis.
struct EdgeInsets
The inset distances for the sides of a rectangle.
矩形の辺に対する縁差込距離。
struct SafeAreaRegions
A set of symbolic safe area regions.
struct Anchor
An opaque value derived from an anchor source and a particular view.
アンカーソースおよび特定のビューから引き出されるある不透明値。