@Namespace
dynamic property.
Structure
Namespace
A dynamic property type that allows access to a namespace defined by the persistent identity of the object containing the property (e.g. a view).
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
@frozen @propertyWrapper struct Namespace
Topics 話題
Creating a Namespace
Getting the Namespace
struct ID
A namespace defined by the persistent identity of an
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Geometric Constructs
enum Axis
The horizontal or vertical dimension in a 2D coordinate system.
ある2D座標システムにおける水平または垂直次元。
struct Angle
A geometric angle whose value you access in either radians or degrees.
幾何学的角度、それの値にあなたはラジアンまたは度のどちらかでアクセスします。
struct MatchedGeometryProperties
A set of view properties that may be synchronized between views using the
View.matchedGeometryEffect()
function.