StructureEdge
EdgeInsets
The inset distances for the sides of a rectangle.
矩形の辺に対する縁差込距離。
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 struct EdgeInsets
Topics 話題
Getting Edge Insets
Creating an Edge Inset
init(NSDirectionalEdgeInsets )
Create edge insets from the equivalent NSDirectionalEdgeInsets.
Comparing Edge Insets
static func == (EdgeInsets , EdgeInsets ) -> Bool
Indicates whether two edge insets are equal.
static func != (Self, Self) -> Bool
Indicates whether two edge insets are unequal.
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Edges and Regions
enum Edge
An enumeration to indicate one edge of a rectangle.
ある矩形の1つの縁を指し示すある列挙。
enum HorizontalEdge
An edge on the horizontal axis.
enum VerticalEdge
An edge on the vertical axis.
struct SafeAreaRegions
A set of symbolic safe area regions.
struct Anchor
An opaque value derived from an anchor source and a particular view.
アンカーソースおよび特定のビューから引き出されるある不透明値。