HYPViewSelectionDelegate

@protocol HYPViewSelectionDelegate <NSObject>

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;

    Swift

    func viewSelected(_ selection: Any!)

    Parameters

    selection

    The view that was selected.