func quickLookPreview <Items>(Binding<Items.Element?>, in: Items) -> some View
Presents a Quick Look preview of the given URLs.
Availability 有効性
Technology
item
A Binding
to a URL that should be previewed.
Quick Look will not appear until a non-nil
item
is set. When item
is set back to nil
, the preview is dismissed.
Upon dismissal, Quick Look automatically sets the item
binding to nil
.
func quickLookPreview <Items>(Binding<Items.Element?>, in: Items) -> some View