Skip to content

ReactivePageViewController(UIPageViewControllerTransitionStyle, UIPageViewControllerNavigationOrientation) constructor

Defined in

Type: ReactivePageViewController Namespace: ReactiveUI Assembly: ReactiveUI.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-ios18.0, net9.0-maccatalyst18.0, net9.0-tvos18.0, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0

Overloads

  • 1. protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation)
  • 2. protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, NSDictionary options)
  • 3. protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spineLocation)
  • 4. protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spineLocation, float interPageSpacing)
  • 5. protected ReactivePageViewController(string nibName, NSBundle bundle)
  • 6. protected ReactivePageViewController(in nint handle)
  • 7. protected ReactivePageViewController(NSObjectFlag t)
  • 8. protected ReactivePageViewController(NSCoder coder)
  • 9. protected ReactivePageViewController()

1. Overload

protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
styleUIPageViewControllerTransitionStyleThe style.
orientationUIPageViewControllerNavigationOrientationThe orientation.

2. Overload

protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, NSDictionary options)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
styleUIPageViewControllerTransitionStyleThe style.
orientationUIPageViewControllerNavigationOrientationThe orientation.
optionsNSDictionaryThe options.

3. Overload

protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spineLocation)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
styleUIPageViewControllerTransitionStyleThe style.
orientationUIPageViewControllerNavigationOrientationThe orientation.
spineLocationUIPageViewControllerSpineLocationThe spine location.

4. Overload

protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spineLocation, float interPageSpacing)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
styleUIPageViewControllerTransitionStyleThe style.
orientationUIPageViewControllerNavigationOrientationThe orientation.
spineLocationUIPageViewControllerSpineLocationThe spine location.
interPageSpacingfloatThe inter page spacing.

5. Overload

protected ReactivePageViewController(string nibName, NSBundle bundle)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
nibNamestringName of the nib.
bundleNSBundleThe bundle.

6. Overload

protected ReactivePageViewController(in nint handle)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
in handlenintThe handle.

7. Overload

protected ReactivePageViewController(NSObjectFlag t)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
tNSObjectFlagThe t.

8. Overload

protected ReactivePageViewController(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactivePageViewController class.

Parameters

NameTypeDescription
coderNSCoderThe coder.

9. Overload

protected ReactivePageViewController()

View source

Summary: Initializes a new instance of the ReactivePageViewController class.