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)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
style | UIPageViewControllerTransitionStyle | The style. |
orientation | UIPageViewControllerNavigationOrientation | The orientation. |
2. Overload¶
protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, NSDictionary options)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
style | UIPageViewControllerTransitionStyle | The style. |
orientation | UIPageViewControllerNavigationOrientation | The orientation. |
options | NSDictionary | The options. |
3. Overload¶
protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spineLocation)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
style | UIPageViewControllerTransitionStyle | The style. |
orientation | UIPageViewControllerNavigationOrientation | The orientation. |
spineLocation | UIPageViewControllerSpineLocation | The spine location. |
4. Overload¶
protected ReactivePageViewController(UIPageViewControllerTransitionStyle style, UIPageViewControllerNavigationOrientation orientation, UIPageViewControllerSpineLocation spineLocation, float interPageSpacing)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
style | UIPageViewControllerTransitionStyle | The style. |
orientation | UIPageViewControllerNavigationOrientation | The orientation. |
spineLocation | UIPageViewControllerSpineLocation | The spine location. |
interPageSpacing | float | The inter page spacing. |
5. Overload¶
protected ReactivePageViewController(string nibName, NSBundle bundle)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
nibName | string | Name of the nib. |
bundle | NSBundle | The bundle. |
6. Overload¶
protected ReactivePageViewController(in nint handle)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The handle. |
7. Overload¶
protected ReactivePageViewController(NSObjectFlag t)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
t | NSObjectFlag | The t. |
8. Overload¶
protected ReactivePageViewController(NSCoder coder)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
coder | NSCoder | The coder. |
9. Overload¶
protected ReactivePageViewController()
Summary: Initializes a new instance of the ReactivePageViewController class.