Modifiers
indexViewStyle
Sets the style for the page index view inside a TabView. SwiftUI only ships a .page index view style, so no style selector is exposed.
indexViewStyle(config)
| Parameter | Type |
|---|---|
config(optional) | IndexViewStyleConfig |
Sets the style for the page index view inside a TabView. SwiftUI only ships a .page index view style, so no style selector is exposed.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- indexViewStyle (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)