The <PanelViewDelegate> protocol is used to work with dimension panel container.
<NSObject>
panelViewDidHide:. Reacts to hiding of dimension panel container.
- (void) panelViewDidHide: (PanelViewController *) panelController
panelController. Controller for working with dimension panel container.
Behavior on hiding dimension panel container depends on implementation of this method.
The example of use is given in the Working with Dimension Panel Container (Example 1) section.
panelViewDidShow:. Reacts to displaying of dimension panel container.
- (void) panelViewDidShow: (PanelViewController *) panelController
Behavior on displaying dimension panel container depends on implementation of this method.
See also:
Protocols. The Mobile Application Component