Modifiers
presentationSizing
Sets the sizing of a sheet presentation.
presentationSizing(sizing)
iOS 18+
| Parameter | Type | Description |
|---|---|---|
sizing | PresentationSizingType | The sizing behavior to apply. |
Sets the sizing of a sheet presentation.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- presentationSizing (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)
presentationDragIndicator
Controls the visibility of the drag indicator on a sheet.
privacySensitive
Marks the view as containing sensitive, private data, redacted only when the privacy redaction reason is applied to an ancestor (for example redacted('privacy')). It has no effect on its own and does not auto-redact screenshots. Maps to SwiftUI's privacySensitive(_:).