chrismiles / CMPopTipView

Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.
https://github.com/chrismiles/CMPopTipView
MIT License
2.73k stars 467 forks source link

Can I keep the view always on the screen until I tap it? #93

Closed seanLee closed 9 years ago

seanLee commented 9 years ago

I have searched all issues.But It seems that no one have this problem.Is there any method to make it possible? Thank you for the awsome view.

ABeltramo commented 9 years ago

You can simply not call autoDismissAnimated method.