Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/BlueprintLists/docsets/BlueprintLists.tgz
Binary file not shown.
29 changes: 29 additions & 0 deletions docs/Listable/Structs/ApplyItemContentInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,35 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10ListableUI20ApplyItemContentInfoV12isSelectableSbvp"></a>
<a name="//apple_ref/swift/Property/isSelectable" class="dashAnchor"></a>
<a class="token" href="#/s:10ListableUI20ApplyItemContentInfoV12isSelectableSbvp">isSelectable</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>If the item is selectable; that is, if its <code>selectionStyle</code> is <code>.tappable</code>, <code>.selectable</code>, or <code>.toggles</code>.
Use this property to determine if your <code><a href="../Protocols/ItemContent.html">ItemContent</a></code> should represent itself as interactive, for example
by applying the <code>.button</code> accessibility trait so VoiceOver users know the item responds to taps.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">isSelectable</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,35 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:10ListableUI20ApplyItemContentInfoV12isSelectableSbvp"></a>
<a name="//apple_ref/swift/Property/isSelectable" class="dashAnchor"></a>
<a class="token" href="#/s:10ListableUI20ApplyItemContentInfoV12isSelectableSbvp">isSelectable</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>If the item is selectable; that is, if its <code>selectionStyle</code> is <code>.tappable</code>, <code>.selectable</code>, or <code>.toggles</code>.
Use this property to determine if your <code><a href="../Protocols/ItemContent.html">ItemContent</a></code> should represent itself as interactive, for example
by applying the <code>.button</code> accessibility trait so VoiceOver users know the item responds to taps.</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">isSelectable</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified docs/Listable/docsets/Listable.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/Listable/search.json

Large diffs are not rendered by default.

Loading