chrismiles / CMPopTipView

Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.

Home Page:https://github.com/chrismiles/CMPopTipView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove popTipView border

ABeltramo opened this issue · comments

Is there a option to remove the black border around the popup?

Found it!
[popTipView setBorderColor: myColor];
[popTipView setBorderWidth: 3.0];
How about a wiki or a list of public method?