protocol
CustomPlaygroundQuickLookable
Import |
|
---|
Instance Methods
Returns the PlaygroundQuickLook
for self
.
Note: If Self
has value semantics, the PlaygroundQuickLook
should
be unaffected by subsequent mutations of self
.
Declaration
func
customPlaygroundQuickLook
() -
>
PlaygroundQuickLook
A type that explicitly supplies its own PlaygroundQuickLook.
Instances of any type can be
PlaygroundQuickLook(reflect:)
'ed upon, but if you are not satisfied with thePlaygroundQuickLook
supplied for your type by default, you can make it conform toCustomPlaygroundQuickLookable
and return a customPlaygroundQuickLook
.