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

Using UIGestureRecognizer and UIGestureRecognizerDelegate instead of a giant UIButton #77

Open vittoriom opened 10 years ago

vittoriom commented 10 years ago

These commits make it possible to remove the giant UIButton used to dismiss the tip view, and use a UITapGestureRecognizer on the containerView window instead. A single tap can now dismiss the tip view and also trigger any action associated with the tapped view object.