ProtocolCustom
CustomLeafReflectable
A type that explicitly supplies its own mirror, but whose descendant classes are not represented in the mirror unless they also override
customMirror
.
明示的にそれ独自のMirrorを提供するある型、しかしそれの子孫クラスはそれらがまたcustomMirror
をオーバーライドしない限りはMirrorで表現されません。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 7.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
protocol CustomLeafReflectable
Relationships 関係
Inherits From 継承元
See Also 参照
Customizing Your Type's Reflection あなたの型のリフレクションのカスタマイズ
protocol CustomReflectable
A type that explicitly supplies its own mirror.
明示的にそれ自身のMirrorを提供する型。
protocol CustomPlaygroundDisplayConvertible
A type that supplies a custom description for playground logging.
プレイグラウンドログのためにあつらえの記述を提供する型。
typealias PlaygroundQuickLook
The sum of types that can be used as a Quick Look representation.
「クイックルック」表現として使われることのできる型の総和。