chrismiles / CMPopTipView

Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.

Home Page:https://github.com/chrismiles/CMPopTipView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I handle touch events on buttons, if the touch event is reserved to CMPopTipView?

mradlmaier opened this issue · comments

commented

If I use CMPopTipView on a UIButton or UITextView, how would I handle touch events on them?