The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

ReactivePageViewController.

ReactivePageViewController(UIPageViewControllerTransitionStyle, UIPageViewControllerNavigationOrientation) Constructor

Summary

Initializes a new instance of the ReactivePageViewController class.
Namespace
ReactiveUI
Containing Type
ReactivePageViewController

Syntax

protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation)

Parameters

Name Type Description
style UIPageViewControllerTransitionStyle The style.
orientation UIPageViewControllerNavigationOrientation The orientation.

Return Value

Type Description
void