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

Give customView the option to not be padded by cornerRadius. #75

Closed neerajbaid closed 8 years ago

neerajbaid commented 10 years ago

Allows the developer more freedom when adding a custom view.

bakkenlab commented 9 years ago

Was looking to do this same thing!

kleinlieu commented 8 years ago

Merged. Thanks!