RBTooltipView Class Reference
Inherits from | RBTooltipContainerView : UIView |
---|---|
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
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
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