The sum of types that can be used as a Quick Look representation.
「クイックルック」表現として使われることのできる型の総和。
Availability
iOS 8.0–12.2 Deprecated
iPadOS 8.0–12.2 Deprecated
macOS 10.10–10.14.4 Deprecated
Mac Catalyst 13.0–13.0 Deprecated
tvOS 9.0–12.2 Deprecated
watchOS 2.0–5.2 Deprecated
Xcode 10.2–10.2 Deprecated
Technology
Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
typealiasPlaygroundQuickLook
Discussion
解説
The PlaygroundQuickLook protocol is deprecated, and will be removed from the standard library in a future Swift release. To customize the logging of your type in a playground, conform to the CustomPlaygroundDisplayConvertible protocol, which does not use the PlaygroundQuickLook enum.PlaygroundQuickLookプロトコルは推奨されません、そして将来のSwiftリリースで標準ライブラリから取り除かれるでしょう。あなたの型のログ取りをプレイグラウンドにおいてカスタマイズするには、CustomPlaygroundDisplayConvertibleプロトコルに準拠してください、それはPlaygroundQuickLook enumを使いません。
If you need to provide a customized playground representation in Swift 4.0 or Swift 3.2 or earlier, use a conditional compilation block:
あなたがカスタマイズされたプレイグラウンド表現をSwift 4.0またはSwift 3.2以前において提供する必要があるならば、条件コンパイルブロックを使ってください:
See Also
参照
Customizing Your Type's Reflection
あなたの型のリフレクションのカスタマイズ
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で表現されません。