TableSectionHeader(Func, float) constructor¶
Defined in
Type: TableSectionHeader
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
public TableSectionHeader(Func<UIView> view, float height) - 2.
public TableSectionHeader(string title)
1. Overload¶
public TableSectionHeader(Func<UIView> view, float height)
Summary: Initializes a new instance of the TableSectionHeader class.
Parameters
| Name | Type | Description |
|---|---|---|
view | Func | Function that creates header's UIView. |
height | float | Height of the header. |
2. Overload¶
public TableSectionHeader(string title)
Summary: Initializes a new instance of the TableSectionHeader class.
Parameters
| Name | Type | Description |
|---|---|---|
title | string | Title to use. |