The SplitView class is used to work with a container divided into two data views.
SplitView
<NSCoding>
<NSObject>
delegate. The delegate for working with a container divided into two data views.
firstView. The first container data view.
firstViewHidden. Indicates whether the first data view is hidden.
fixSecondViewSize. Indicates whether size of the second data view is fixed.
hasTitle. Indicates whether title is displayed in the container.
noFirstViewMode. Container display mode without the first data view.
noResizeUntilAnimated. Indicates whether a separator movement between two container data views is animated.
overlap. The padding of the second data view from the left container border.
secondView. The second container data view.
separatorPosition. Position of separator in the container.
titleHeight. Container title height.
titleView. Title view.
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.
update. Refreshes container with separator.
See also: