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

ReactivePageViewController.

ReactivePageViewController(UIPageViewControllerTransitionStyle, UIPageViewControllerNavigationOrientation, NSDictionary) Constructor

Summary

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

Syntax

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

Parameters

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

Return Value

Type Description
void