forked from aparoksha/adwaita-swift
21 lines
276 B
Markdown
21 lines
276 B
Markdown
**STRUCT**
|
|
|
|
# `Form`
|
|
|
|
A list with no dynamic content styled as a boxed list.
|
|
|
|
## Properties
|
|
### `content`
|
|
|
|
The content.
|
|
|
|
### `view`
|
|
|
|
The view's body.
|
|
|
|
## Methods
|
|
### `init(content:)`
|
|
|
|
Initialize a `Form`.
|
|
- Parameter content: The view content, usually different kind of rows.
|