ReactiveTableViewCell(CGRect) constructor¶
Defined in
Type: ReactiveTableViewCell
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
protected ReactiveTableViewCell(CGRect frame) - 2.
protected ReactiveTableViewCell(NSObjectFlag t) - 3.
protected ReactiveTableViewCell(NSCoder coder) - 4.
protected ReactiveTableViewCell() - 5.
protected ReactiveTableViewCell(UITableViewCellStyle style, string reuseIdentifier) - 6.
protected ReactiveTableViewCell(UITableViewCellStyle style, NSString reuseIdentifier) - 7.
protected ReactiveTableViewCell(in nint handle)
1. Overload¶
protected ReactiveTableViewCell(CGRect frame)
Summary: Initializes a new instance of the ReactiveTableViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
frame | CGRect | The frame. |
2. Overload¶
protected ReactiveTableViewCell(NSObjectFlag t)
Summary: Initializes a new instance of the ReactiveTableViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
t | NSObjectFlag | The object flag. |
3. Overload¶
protected ReactiveTableViewCell(NSCoder coder)
Summary: Initializes a new instance of the ReactiveTableViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
coder | NSCoder | The coder. |
4. Overload¶
protected ReactiveTableViewCell()
Summary: Initializes a new instance of the ReactiveTableViewCell class.
5. Overload¶
protected ReactiveTableViewCell(UITableViewCellStyle style, string reuseIdentifier)
Summary: Initializes a new instance of the ReactiveTableViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
style | UITableViewCellStyle | The ui table view cell style. |
reuseIdentifier | string | The reuse identifier. |
6. Overload¶
protected ReactiveTableViewCell(UITableViewCellStyle style, NSString reuseIdentifier)
Summary: Initializes a new instance of the ReactiveTableViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
style | UITableViewCellStyle | The ui table view cell style. |
reuseIdentifier | NSString | The reuse identifier. |
7. Overload¶
protected ReactiveTableViewCell(in nint handle)
Summary: Initializes a new instance of the ReactiveTableViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The pointer. |