EntryUI
public struct EntryUI
This represents the UI component required to display the secure text entry mechanism.
Since
1.1.0-
The entry text field.
Declaration
Swift
public var entryTextField: D1SecureTextField?
-
Initializes an instance of EntryUI.
Declaration
Swift
public init(entryTextField: D1SecureTextField?)
Parameters
entryTextField
The entryTextField displayed to the user to provide an input. A nil argument is passed if it is not required.