Skip to content

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)

View source

Summary: Initializes a new instance of the ReactiveTableViewCell class.

Parameters

NameTypeDescription
frameCGRectThe frame.

2. Overload

protected ReactiveTableViewCell(NSObjectFlag t)

View source

Summary: Initializes a new instance of the ReactiveTableViewCell class.

Parameters

NameTypeDescription
tNSObjectFlagThe object flag.

3. Overload

protected ReactiveTableViewCell(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveTableViewCell class.

Parameters

NameTypeDescription
coderNSCoderThe coder.

4. Overload

protected ReactiveTableViewCell()

View source

Summary: Initializes a new instance of the ReactiveTableViewCell class.

5. Overload

protected ReactiveTableViewCell(UITableViewCellStyle style, string reuseIdentifier)

View source

Summary: Initializes a new instance of the ReactiveTableViewCell class.

Parameters

NameTypeDescription
styleUITableViewCellStyleThe ui table view cell style.
reuseIdentifierstringThe reuse identifier.

6. Overload

protected ReactiveTableViewCell(UITableViewCellStyle style, NSString reuseIdentifier)

View source

Summary: Initializes a new instance of the ReactiveTableViewCell class.

Parameters

NameTypeDescription
styleUITableViewCellStyleThe ui table view cell style.
reuseIdentifierNSStringThe reuse identifier.

7. Overload

protected ReactiveTableViewCell(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveTableViewCell class.

Parameters

NameTypeDescription
in handlenintThe pointer.