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

reset auto dismiss timer #109

Closed LukaszGrela closed 9 years ago

LukaszGrela commented 9 years ago

Added code to reset autoDismissTimer in autoDismissAnimated:atTimeInterval method

kleinlieu commented 9 years ago

Thanks for this.