ReactiveTabBarController(string, NSBundle) constructor¶
Defined in
Type: ReactiveTabBarController
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
protected ReactiveTabBarController(string nibName, NSBundle bundle) - 2.
protected ReactiveTabBarController(in nint handle) - 3.
protected ReactiveTabBarController(NSObjectFlag t) - 4.
protected ReactiveTabBarController(NSCoder coder) - 5.
protected ReactiveTabBarController()
1. Overload¶
protected ReactiveTabBarController(string nibName, NSBundle bundle)
Summary: Initializes a new instance of the ReactiveTabBarController class.
Parameters
| Name | Type | Description |
|---|---|---|
nibName | string | The name. |
bundle | NSBundle | The bundle. |
2. Overload¶
protected ReactiveTabBarController(in nint handle)
Summary: Initializes a new instance of the ReactiveTabBarController class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The pointer. |
3. Overload¶
protected ReactiveTabBarController(NSObjectFlag t)
Summary: Initializes a new instance of the ReactiveTabBarController class.
Parameters
| Name | Type | Description |
|---|---|---|
t | NSObjectFlag | The object flag. |
4. Overload¶
protected ReactiveTabBarController(NSCoder coder)
Summary: Initializes a new instance of the ReactiveTabBarController class.
Parameters
| Name | Type | Description |
|---|---|---|
coder | NSCoder | The coder. |
5. Overload¶
protected ReactiveTabBarController()
Summary: Initializes a new instance of the ReactiveTabBarController class.