Skip to content

Commit

Permalink
deploy: 0382c06
Browse files Browse the repository at this point in the history
  • Loading branch information
jayohms committed Dec 18, 2024
1 parent 60ca3ea commit 48bc9e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions reference/path-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,26 @@ <h3 id="ios-specific-properties"><a class="anchor" href="#ios-specific-propertie
<li>No explicit value options. No default value.</li>
</ul>
</li>
<li><code>modal_style</code> — Specifies how a modal should be presented. Make sure to set <code>context</code> to <code>modal</code>, too.
<ul>
<li>Optional.</li>
<li>Possible values (defaults to <code>large</code>):
<ul>
<li><code>large</code> — The default system presentation style, <a href="https://developer.apple.com/documentation/uikit/uimodalpresentationstyle/automatic"><em>automatic</em></a>.</li>
<li><code>medium</code> — A half-sheet modal that can be expanded to full screen when dragged up, via <a href="https://developer.apple.com/documentation/uikit/uisheetpresentationcontroller/detents">detents</a>.</li>
<li><a href="https://developer.apple.com/documentation/uikit/uimodalpresentationstyle/fullscreen"><code>full</code></a> — A full-screen modal, covering everything but the status bar.</li>
<li><a href="https://developer.apple.com/documentation/uikit/uimodalpresentationstyle/pagesheet"><code>page_sheet</code></a> — On iPads, presents a modal that partially covers the underlying content. On iPhones, uses the default system presentation style.</li>
<li><a href="https://developer.apple.com/documentation/uikit/uimodalpresentationstyle/formsheet"><code>form_sheet</code></a> — On iPads, presents a modal centered in the screen. On iPhones, uses the default system presentation style.</li>
</ul>
</li>
</ul>
</li>
<li><code>modal_dismiss_gesture_enabled</code> — Whether or not swiping down (or tapping outside the content on iPads) on a modal will dismiss it.
<ul>
<li>Optional.</li>
<li>Possible values: <code>true</code>, <code>false</code>. Defaults to <code>true</code>.</li>
</ul>
</li>
</ul>
<p><a class="button" href="/reference/bridge-installation">Next: Bridge Installation</a></p></section>

Expand Down

0 comments on commit 48bc9e6

Please sign in to comment.