ReactivePageViewController(UIPageViewControllerTransitionStyle?, UIPageViewControllerNavigationOrientation?) constructor¶
Defined in
Type: ReactivePageViewControllerReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.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 view controller transition style. |
orientation | UIPageViewControllerNavigationOrientation? | The view controller navigation 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 view controller transition style. |
orientation | UIPageViewControllerNavigationOrientation | The view controller navigation 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 view controller transition style. |
orientation | UIPageViewControllerNavigationOrientation? | The view controller navigation orientation. |
spineLocation | UIPageViewControllerSpineLocation? | The view controller 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 view controller transition style. |
orientation | UIPageViewControllerNavigationOrientation? | The view controller navigation orientation. |
spineLocation | UIPageViewControllerSpineLocation? | The view controller spine location. |
interPageSpacing | float | The spacing between pages. |
5. Overload¶
protected ReactivePageViewController(string nibName, NSBundle bundle)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
nibName | string | The name. |
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 pointer. |
7. Overload¶
protected ReactivePageViewController(NSObjectFlag? t)
Summary: Initializes a new instance of the ReactivePageViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
t | NSObjectFlag? | The object flag. |
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.