david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

304 B

EXTENSION

PasswordEntryRow

Properties

textField

Methods

init(_:text:)

Initialize an entry row.

  • Parameters:
    • title: The row's title.
    • text: The text.

onSubmit(_:)

Set the entry row's subtitle.

  • Parameter subtitle: The subtitle.
  • Returns: The entry row.