---
title: "textFieldStyle(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/textfieldstyle(_:)"
---

# textFieldStyle(_:)

Sets the style for text fields within this view.

## Declaration

```swift
nonisolated func textFieldStyle<S>(_ style: S) -> some View where S : TextFieldStyle

```

## See Also

### Getting text input

- [Building rich SwiftUI text experiences](swiftui/building-rich-swiftui-text-experiences.md)
- [TextField](swiftui/textfield.md)
- [SecureField](swiftui/securefield.md)
- [TextEditor](swiftui/texteditor.md)
