Skip to content

RungeZhai/LGDropDownTipView

Repository files navigation

LGDropDownTipView

A drop-down tip view like Weibo & 雪球.

Demo

Usage

Interface:

+ (void)showMessage:(NSString *)message referenceView:(UIView *)view;

Say you want to show "Random Message" from navigation bar:

[LGDropDownTipView showMessage:@"Random Message" referenceView:self.navigationController.navigationBar];

If the message you want to show is the same with the message being shown, the request will be ignored. Otherwise, the showing request will be queued and the message will be shown after the former one disappears. You can show messages to multiple views at the same time.

About

A drop-down tip view like Weibo & 雪球

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published