UISplitViewHideEventArgs Class

Definition

Provides data for the WillHideViewController event.

public class UISplitViewHideEventArgs : EventArgs
type UISplitViewHideEventArgs = class
    inherit EventArgs
Inheritance
UISplitViewHideEventArgs

Constructors

UISplitViewHideEventArgs(UIViewController, UIBarButtonItem, UIPopoverController)

Initializes a new instance of the UISplitViewHideEventArgs class.

Properties

AViewController

The UIViewController that is about to be hidden.

BarButtonItem

A UIBarButtonItem that can be added to the remaining view's navigation or toolbar.

Pc

The UIPopoverController that uses taps on the provided BarButtonItem to display the hidden UIViewController.

Applies to

See also