forked from aparoksha/adwaita-swift
27 lines
409 B
Markdown
27 lines
409 B
Markdown
**EXTENSION**
|
|
|
|
# `EntryRow`
|
|
|
|
## 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.
|
|
|
|
### `secure(text:)`
|
|
|
|
Let the user securely enter private text.
|
|
- Parameter: The text.
|
|
- Returns: The entry row.
|