ReactiveNavigationController(UIViewController) constructor¶
Defined in
Type: ReactiveNavigationController
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
protected ReactiveNavigationController(UIViewController rootViewController) - 2.
protected ReactiveNavigationController(Type navigationBarType, Type toolbarType) - 3.
protected ReactiveNavigationController(string nibName, NSBundle bundle) - 4.
protected ReactiveNavigationController(in nint handle) - 5.
protected ReactiveNavigationController(NSObjectFlag t) - 6.
protected ReactiveNavigationController(NSCoder coder) - 7.
protected ReactiveNavigationController()
1. Overload¶
protected ReactiveNavigationController(UIViewController rootViewController)
Summary: Initializes a new instance of the ReactiveNavigationController class.
Parameters
| Name | Type | Description |
|---|---|---|
rootViewController | UIViewController | The ui view controller. |
2. Overload¶
protected ReactiveNavigationController(Type navigationBarType, Type toolbarType)
Summary: Initializes a new instance of the ReactiveNavigationController class.
Parameters
| Name | Type | Description |
|---|---|---|
navigationBarType | Type | The navigation bar type. |
toolbarType | Type | The toolbar type. |
3. Overload¶
protected ReactiveNavigationController(string nibName, NSBundle bundle)
Summary: Initializes a new instance of the ReactiveNavigationController class.
Parameters
| Name | Type | Description |
|---|---|---|
nibName | string | The name. |
bundle | NSBundle | The bundle. |
4. Overload¶
protected ReactiveNavigationController(in nint handle)
Summary: Initializes a new instance of the ReactiveNavigationController class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The pointer. |
5. Overload¶
protected ReactiveNavigationController(NSObjectFlag t)
Summary: Initializes a new instance of the ReactiveNavigationController class.
Parameters
| Name | Type | Description |
|---|---|---|
t | NSObjectFlag | The object flag. |
6. Overload¶
protected ReactiveNavigationController(NSCoder coder)
Summary: Initializes a new instance of the ReactiveNavigationController class.
Parameters
| Name | Type | Description |
|---|---|---|
coder | NSCoder | The coder. |
7. Overload¶
protected ReactiveNavigationController()
Summary: Initializes a new instance of the ReactiveNavigationController class.