Return Value 戻り値
A view that applies the specified detail link behavior.
Availability 有効性
Technology
Label
conforms to View
and Destination
conforms to View
.A view that applies the specified detail link behavior.
isDetailLink
A Boolean value that specifies whether this link presents its destination as the detail component when used in a multi-column navigation view.
This method sets the behavior when the navigation link is used in a multi-column navigation view, such as Double
. If is
is true
, performing the link in the primary column sets the contents of the secondary (detail) column to be the link’s destination view. If is
is false
, the link navigates to the destination view within the primary column.
If you do not set the detail link behavior with this method, the behavior defaults to true
.