The <SplitViewDelegate> protocol is used to work with a container split into two data views.
<NSObject>
splitView:firstViewHiddenStateChanged:. Controls displaying of the first container data view.
- (void) splitView: (SplitView *)splitView
firstViewHiddenStateChanged: (BOOL)hidden
splitView. Container with separator.
hidden. Indicates whether the first container view is hidden. Available values:
YES. The first view is hidden.
NO. The second view is displayed.
The example of use is given in the Working with Container Divided into Two Data Views (Example 2) section.
See also:
Protocols. The Mobile Application Component