enum
PlaygroundQuickLook
Import |
|
---|
Cases
Plain text.
Declaration
An integer numeric value.
Declaration
An unsigned integer numeric value.
Declaration
A single precision floating-point numeric value.
Declaration
A double precision floating-point numeric value.
Declaration
An image.
Declaration
A sound.
Declaration
A color.
Declaration
A bezier path.
Declaration
An attributed string.
Declaration
A rectangle.
Declaration
A point.
Declaration
A size.
Declaration
A boolean value.
Declaration
A range.
Declaration
A GUI view.
Declaration
A graphical sprite.
Declaration
A Uniform Resource Locator.
Declaration
Raw data that has already been encoded in a format the IDE understands.
Declaration
Initializers
Initialize for the given subject
.
If the dynamic type of subject
conforms to
CustomPlaygroundQuickLookable
, returns the result of calling
its customPlaygroundQuickLook
property. Otherwise, returns
a PlaygroundQuickLook
synthesized for subject
by the
language. Note that in some cases the result may be
.Text(String(reflecting: subject))
.
Note: If the dynamic type of subject
has value semantics,
subsequent mutations of subject
will not observable in
Mirror
. In general, though, the observability of such
mutations is unspecified.
Declaration
init
(
reflecting
subject
:
Any
)
The sum of types that can be used as a Quick Look representation.