Sets the style for date pickers within this view.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- Xcode 11.0+
Framework
- Swift
UI
Declaration
func datePickerStyle<S>(_ style: S) -> some View where S : Date Picker Style
Sets the style for date pickers within this view.
SDKs
Framework
func datePickerStyle<S>(_ style: S) -> some View where S : Date Picker Style
func button Style<S>(S) -> View
Sets the style for buttons within this view.
func button Style<S>(S) -> View
Sets the style for buttons within this view.
func menu Button Style<S>(S) -> View
Sets the style for menu buttons within this view.
func picker Style<S>(S) -> View
Sets the style for pickers within this view.
func text Field Style<S>(S) -> View
Sets the style for text fields within this view.
func toggle Style<S>(S) -> View
Sets the style for toggles within this view.
func list Style<S>(S) -> View
Sets the style for lists within this view.
func navigation View Style<S>(S) -> View
Sets the style for navigation views within this view.