UISplitViewControllerHidePredicate Delegate

Definition

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

viewController
UIViewController

The first UIViewController.

inOrientation
UIInterfaceOrientation

The orientation being considered.

Return Value

Applies to