Skip to content

ReactiveTableViewController(UITableViewStyle) constructor

Defined in

Type: ReactiveTableViewController Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. protected ReactiveTableViewController(UITableViewStyle withStyle)
  • 2. protected ReactiveTableViewController(string nibName, NSBundle bundle)
  • 3. protected ReactiveTableViewController(in nint handle)
  • 4. protected ReactiveTableViewController(NSObjectFlag t)
  • 5. protected ReactiveTableViewController(NSCoder coder)
  • 6. protected ReactiveTableViewController()

1. Overload

protected ReactiveTableViewController(UITableViewStyle withStyle)

View source

Summary: Initializes a new instance of the ReactiveTableViewController class.

Parameters

NameTypeDescription
withStyleUITableViewStyleThe table view style.

2. Overload

protected ReactiveTableViewController(string nibName, NSBundle bundle)

View source

Summary: Initializes a new instance of the ReactiveTableViewController class.

Parameters

NameTypeDescription
nibNamestringThe name.
bundleNSBundleThe bundle.

3. Overload

protected ReactiveTableViewController(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveTableViewController class.

Parameters

NameTypeDescription
in handlenintThe pointer.

4. Overload

protected ReactiveTableViewController(NSObjectFlag t)

View source

Summary: Initializes a new instance of the ReactiveTableViewController class.

Parameters

NameTypeDescription
tNSObjectFlagThe object flag.

5. Overload

protected ReactiveTableViewController(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveTableViewController class.

Parameters

NameTypeDescription
coderNSCoderThe coder.

6. Overload

protected ReactiveTableViewController()

View source

Summary: Initializes a new instance of the ReactiveTableViewController class.