Toucan icon indicating copy to clipboard operation
Toucan copied to clipboard

[Question] How can I add both CornerRounded and BezierPath options?

Open HanSJin opened this issue 5 years ago • 0 comments

Toucan(image: hexagonImageView.image!)
   .maskWithRoundedRect(cornerRadius: 10)
   .maskWithPath(path: path).image

this code not working.

HanSJin avatar May 31 '19 08:05 HanSJin