Skip to content

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)

View source

Summary: Initializes a new instance of the ReactiveNavigationController class.

Parameters

NameTypeDescription
rootViewControllerUIViewControllerThe ui view controller.

2. Overload

protected ReactiveNavigationController(Type navigationBarType, Type toolbarType)

View source

Summary: Initializes a new instance of the ReactiveNavigationController class.

Parameters

NameTypeDescription
navigationBarTypeTypeThe navigation bar type.
toolbarTypeTypeThe toolbar type.

3. Overload

protected ReactiveNavigationController(string nibName, NSBundle bundle)

View source

Summary: Initializes a new instance of the ReactiveNavigationController class.

Parameters

NameTypeDescription
nibNamestringThe name.
bundleNSBundleThe bundle.

4. Overload

protected ReactiveNavigationController(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveNavigationController class.

Parameters

NameTypeDescription
in handlenintThe pointer.

5. Overload

protected ReactiveNavigationController(NSObjectFlag t)

View source

Summary: Initializes a new instance of the ReactiveNavigationController class.

Parameters

NameTypeDescription
tNSObjectFlagThe object flag.

6. Overload

protected ReactiveNavigationController(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveNavigationController class.

Parameters

NameTypeDescription
coderNSCoderThe coder.

7. Overload

protected ReactiveNavigationController()

View source

Summary: Initializes a new instance of the ReactiveNavigationController class.