UISplitViewControllerHidePredicate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate used in conjunction with ShouldHideViewController.
public delegate bool UISplitViewControllerHidePredicate(UISplitViewController svc, UIViewController viewController, UIInterfaceOrientation inOrientation);
type UISplitViewControllerHidePredicate = delegate of UISplitViewController * UIViewController * UIInterfaceOrientation -> bool
Parameters
The associated UISplitViewController.
- viewController
- UIViewController
The first UIViewController.
- inOrientation
- UIInterfaceOrientation
The orientation being considered.