CGRectIntersection设置颜色

时间:2015-12-06 18:58:21

标签: ios swift uiview cgcontext

我在这里使用此代码创建一个透明区域的视图。

https://github.com/heigong/PartialTransparentMaskView/blob/master/src/PartialTransparentMaskView.swift

问题是即使颜色设置为UIColor.clearColour()

,交叉点也是黑色的

我创建此视图的代码位于

之下
let view = PartialTransparentMaskView(frame: self.view.bounds, backgroundColor: UIColor.blueColor(), transparentRects: [self.testView.frame], transparentCircles: nil)
self.view.addSubview(view)

这看起来如何也在

之下

Image

黑色区域设置为UIColor.clearColor(),所以我真的不知道为什么会出现黑色。

感谢任何帮助。

0 个答案:

没有答案