Toucan
Toucan copied to clipboard
[Question] How can I add both CornerRounded and BezierPath options?
Toucan(image: hexagonImageView.image!)
.maskWithRoundedRect(cornerRadius: 10)
.maskWithPath(path: path).image
this code not working.