RBTooltipView Class Reference

Inherits from RBTooltipContainerView : UIView
Declared in RBTooltipView.h

Overview

A tooltip view that can present a message and/or an image to the user.

  imageView

The underlying image view.

@property (nonatomic, readonly, nonnull) RBImageView *imageView

Discussion

The underlying image view.

Declared In

RBTooltipView.h

  label

The underlying label view.

@property (nonatomic, readonly, nonnull) RBLabel *label

Discussion

The underlying label view.

Declared In

RBTooltipView.h

  margin

The margin to apply around the content of the tooltip.

@property (nonatomic) UIEdgeInsets margin

Discussion

The margin to apply around the content of the tooltip.

Declared In

RBTooltipView.h

  spacing

The spacing to apply between the image and the label when both are in use.

@property (nonatomic) CGFloat spacing

Discussion

The spacing to apply between the image and the label when both are in use.

Declared In

RBTooltipView.h

  message

The message string to display in the tooltip.

@property (nonatomic, nullable) NSString *message

Discussion

The message string to display in the tooltip.

Declared In

RBTooltipView.h

  attributedMessage

The attributed message string to display in the tooltip.

@property (nonatomic, nullable) NSAttributedString *attributedMessage

Discussion

The attributed message string to display in the tooltip.

Declared In

RBTooltipView.h

  image

The image to display in the tooltip.

@property (nonatomic, nullable) UIImage *image

Discussion

The image to display in the tooltip.

Declared In

RBTooltipView.h