XuniBaseTooltipView Class Reference

Inherits from UIView
Declared in XuniTooltip.h

Overview

Class XuniBaseTooltipView.

  appearDuration

Gets or sets the the duration before tooltip totally appeared.

@property (nonatomic, assign) double appearDuration

Discussion

Gets or sets the the duration before tooltip totally appeared.

Declared In

XuniTooltip.h

  appearDelay

Gets or sets the the delay before tooltip start appears.

@property (nonatomic, assign) double appearDelay

Discussion

Gets or sets the the delay before tooltip start appears.

Declared In

XuniTooltip.h

  disappearDuration

Gets or sets the the duration before tooltip totally disappeared.

@property (nonatomic, assign) double disappearDuration

Discussion

Gets or sets the the duration before tooltip totally disappeared.

Declared In

XuniTooltip.h

  disappearDelay

Gets or sets the the delay before tooltip start disappears.

@property (nonatomic, assign) double disappearDelay

Discussion

Gets or sets the the delay before tooltip start disappears.

Declared In

XuniTooltip.h

  hasShadow

Gets or sets whether the tooltip start has shadow.

@property (nonatomic, assign) BOOL hasShadow

Discussion

Gets or sets whether the tooltip start has shadow.

Declared In

XuniTooltip.h

  isVisible

Gets or sets whether the tooltip should be visible.

@property (nonatomic, assign) BOOL isVisible

Discussion

Gets or sets whether the tooltip should be visible.

Declared In

XuniTooltip.h

  text

Gets or sets the text on the tooltip.

@property (strong, nonatomic) NSString *text

Discussion

Gets or sets the text on the tooltip.

Declared In

XuniTooltip.h

  textColor

Gets or sets the color of the text.

@property (strong, nonatomic) UIColor *textColor

Discussion

Gets or sets the color of the text.

Declared In

XuniTooltip.h

  textFont

Gets or sets the font of the text.

@property (strong, nonatomic) UIFont *textFont

Discussion

Gets or sets the font of the text.

Declared In

XuniTooltip.h

  textFontSize

Gets or sets the font size of the text.

@property (nonatomic) double textFontSize

Discussion

Gets or sets the font size of the text.

Declared In

XuniTooltip.h

  cornerRadius

Gets or sets the corner radius of the tooltip.

@property (nonatomic, assign) int cornerRadius

Discussion

Gets or sets the corner radius of the tooltip.

Declared In

XuniTooltip.h

  senderPoint

Gets or sets the point tooltip appears at.

@property (nonatomic, assign) CGPoint senderPoint

Discussion

Gets or sets the point tooltip appears at.

Declared In

XuniTooltip.h

  backColor

Gets or sets the backgroundcolor of the tooltip.

@property (nonatomic, strong) UIColor *backColor

Discussion

Gets or sets the backgroundcolor of the tooltip.

Declared In

XuniTooltip.h

  opacity

Gets or sets the opacity of the tooltip.

@property (nonatomic) double opacity

Discussion

Gets or sets the opacity of the tooltip.

Declared In

XuniTooltip.h

  gap

Gets or sets the gap between tooltip and the touch point.

@property (nonatomic) double gap

Discussion

Gets or sets the gap between tooltip and the touch point.

Declared In

XuniTooltip.h

  threshold

Gets or sets the maximum distance from the target element.

@property (nonatomic) double threshold

Discussion

Gets or sets the maximum distance from the target element.

Declared In

XuniTooltip.h

  isCustomized

Gets or sets whether is customized..

@property (nonatomic) BOOL isCustomized

Discussion

Gets or sets whether is customized..

Declared In

XuniTooltip.h

– init

Initialize an instance for XuniTooltip.

- (id)init

Return Value

return an instance of XuniTooltip.

Discussion

Initialize an instance for XuniTooltip.

Declared In

XuniTooltip.h

– invalidate

Refresh tooltip if needed.

- (void)invalidate

Discussion

Refresh tooltip if needed.

Declared In

XuniTooltip.h

– hide

Hide the tooltip.

- (void)hide

Discussion

Hide the tooltip.

Declared In

XuniTooltip.h

– show

Show the tooltip.

- (void)show

Discussion

Show the tooltip.

Declared In

XuniTooltip.h