HYPViewSelectionDelegate
@protocol HYPViewSelectionDelegate
A delegate used to notify when a view has been selected from the ViewListPopover.
-
Called when a view has been selected from the ViewListPopover
Declaration
Objective-C
- (void)viewSelected:(id)selection;
Parameters
selection
The view that was selected.