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 466 forks source link

CustomView with Auto Layout #115

Open stasix opened 8 years ago

stasix commented 8 years ago

Can I init a tip view with a custom view using auto layout?

BigSauce commented 8 years ago

I have the same question. Am curious to know the answer to this.

Sempercon1 commented 8 years ago

I initiated a custom view, but once i cleared the background color of custom view it showed as black by default i want to set the custom view with needed background color.