SBSDKFinderViewDelegate

@protocol SBSDKFinderViewDelegate <NSObject>

The delegate protocol for the ‘SBSDKFinderView’ class.

  • Informs the delegate, that the finder view has changed its finder rectangle.

    Declaration

    Objective-C

    - (void)finderView:(nullable SBSDKFinderView *)view didChangeRect:(CGRect)rect;

    Swift

    func finderView(_ view: SBSDKFinderView?, didChange rect: CGRect)

    Parameters

    view

    The finder view that changed its finder viewport rectangle. Can be nil, if it has been removed.

    rect

    The new rectangle of the finder viewport.