corin8823 / Popover

Popover is a balloon library like Facebook app. It is written in pure swift.
MIT License
2.1k stars 327 forks source link

How to customize arrow #56

Closed marioilianov94 closed 7 years ago

marioilianov94 commented 7 years ago

Hi, I want to make a custom view with border but I want to make the border with the arrow, now I have this:

image

But I want to make something like this.

image

Can you help me? Thanks :)

marioilianov94 commented 7 years ago

I need help to do this :)

corin8823 commented 7 years ago

I'm sorry to be late. Although it is not impossible, it takes time to display cleanly. I do not have much time..

UIColor.red.setStroke()
arrow.lineWidth = 4
arrow.stroke()

color.setFill()
arrow.fill()

2017-02-06 18 09 18

marioilianov94 commented 7 years ago

I'll try it, thanks ;)

jkritikos commented 7 years ago

Hey @marioilianov94 did you make any progress with this?