BPKHorizontalNavigationDelegate

@protocol BPKHorizontalNavigationDelegate <NSObject>

Delegate for responding to changes and actions in horizontal navigation.

  • This method has been depercated use horizontalNavigation:didSelectItemwithTag: instead.

    @deprecated

    See

    horizontalNavigation:didSelectItemwithTag:

    Declaration

    Objective-C

    - (void)horizontalNavigation:
                (nonnull BPKHorizontalNavigation *)horizontalNavigation
                   didSelectItem:(NSInteger)index;

    Swift

    optional func horizontalNavigation(_ horizontalNavigation: BPKHorizontalNavigation, didSelectItem index: Int)