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

Add hasGradient property #42

Closed minimaluminium closed 11 years ago

minimaluminium commented 11 years ago

Added hasGradient BOOL property, so that the bubble can be filled with solid color or gradient.

chrismiles commented 11 years ago

Looks good. Except, can you call the property "hasGradientBackground" and make sure it defaults to YES. The default behaviour should be the same as before the change.

Cheers, Chris

hallas commented 11 years ago

@chrismiles can you please merge this in and update cocoapods :-) ? We are needing it :P

chrismiles commented 11 years ago

Sorry, totally missed your update on this PR! My bad.

hallas commented 11 years ago

chrismiles thanks!