ResponsiveTextField Documentation

Structure Responsive​Text​Field.​Configuration

public struct Configuration  

Provides a way of configuring the underlying UITextField inside a ResponsiveTextField.

All ResponsiveTextFields take a configuration which lets you package up common configurations that you use in your app. Configurations are composable and can be combined to create more detailed configurations.

Member Of

ResponsiveTextField

A SwiftUI wrapper around UITextField that gives precise control over the responder state.

Initializers

init(configure:​)

public init(configure: @escaping (UITextField) -> Void)  

Properties

empty

static let empty  

part​OfChain

static let partOfChain  

last​OfChain

static let lastOfChain  

autoclears

static let autoclears  

email

static let email  

password

static let password  

Methods

combine(_:​)

public static func combine(_ configurations: Self...) -> Self  

combine(_:​)

public static func combine(_ configurations: [Self]) -> Self