CMPopTipView
CMPopTipView copied to clipboard
Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.
**Situation** The app is build as a Tabbed App, so it has an UITabBarController as root view controller. Each Tab has it's own view controller. On the 4th tab we...
How can I point at a tabbarItem ?
Can you add two more directions PointDirectionRight PointDirectionLeft
I want change the distance between targetView and pointView when PointDirection is PointDirectionDown
I use this in my app and it seems like a useful feature to add. Usage: ``` CMPopTipView * tipView = [[CMPopTipView alloc] initWithMessage:@"Won't last forever!"]; tipView.delegate = self; tipView.hideAfter...
Couldn't find any support for this, nor could I find an issue addressing it. Any plans for adding support for setting line height?
If the trigger popView control, including the keyboard of the rising landing event, how should I set up?
Hi, is it possible to dim background (self.view not popTipView)?
Can you add two more directions PointDirectionRight PointDirectionLeft