SplitViewController

Description

The SplitViewController class is used to work with a controller containing a container divided into two data views.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIViewController

          SplitViewController

Supported Protocols

<SplitViewDelegate>

Properties

contentViewController. The controller of the second container data view.

firstViewVisible. Indicates whether the first data view is displayed.

noFirstViewMode. Container display mode without the first data view.

noResizeUntilAnimated. Indicates whether a separator movement between two container data views is animated.

panelViewController. The controller of the first container data view.

secondView. The second data view.

splitView. Container with separator.

Methods

hideWaiter. Hides loading indicator of the second data view.

showFullScreenWaiter. Displays full-screen loading indicator of the second data view.

showWaiter. Displays loading indicator of the second data view.

setHasControls. Determines whether container includes controls.

Methods inherited from <SplitViewDelegate>

splitView:firstViewHiddenStateChanged:. Controls displaying of the first controller data view.

See also:

Classes. The Mobile Application Component