The SplitViewController class is used to work with a controller containing a container divided into two data views.
SplitViewController
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.
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.
splitView:firstViewHiddenStateChanged:. Controls displaying of the first controller data view.
See also: