RBTooltipViewDelegate Protocol Reference

Conforms to NSObject
Declared in RBTooltipContainerView.h

Overview

A delegate to receive dismissal events from a tooltip view.

– tooltipViewWasDismissedByUser:pointingAtView:inView: required method

Called when the tooltip view was dismissed due to a user tap.

- (void)tooltipViewWasDismissedByUser:(nonnull RBTooltipContainerView *)tooltipView pointingAtView:(nonnull UIView *)targetView inView:(nonnull UIView *)containerView

Parameters

tooltipView

The RBTooltipContainerView object.

targetView

The view that the tooltip was pointed at.

containerView

The view in which the tooltip was presented.

Discussion

Called when the tooltip view was dismissed due to a user tap.

Declared In

RBTooltipContainerView.h