RBTooltipViewDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | RBTooltipContainerView.h |
– 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 |
---|---|
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