Modifiers
progressViewStyle
Sets the style for the progress view.
progressViewStyle(style)
| Parameter | Type | Description |
|---|---|---|
style | ProgressViewStyleType | The style for the progress view. |
Sets the style for the progress view.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- progressViewStyle (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)
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(_:).
redacted
Adds a redaction reason to this view hierarchy, replacing rendered content with placeholders. Useful for skeleton loading states. Maps to SwiftUI's redacted(reason:).