SplitView

Description

The SplitView class is used to work with a container divided into two data views.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          SplitView

Supported Protocols

<NSCoding>

<NSObject>

<UIAppearance>

<UIAppearanceContainer>

<UIDynamicItem>

Properties

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.

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.

update. Refreshes container with separator.

See also:

Classes. The Mobile Application Component