基于CGRect屏蔽UIView
请看图片:
我有 UIView 和 CGRect。我必须检查 CGRect 覆盖 UIView 的位置,然后在与交叉点“相对”的区域上设置遮罩。所以它是图像中的蓝色部分。如何实现这一目标? 我知道有 CGContextClipToMask 但我不知道如何使用它 - 有人可以帮助我提供示例代码吗? CGContextClipToMask 是个好方向吗?
谢谢!
Look at the image please :
I have UIView and CGRect. I have to check where CGRect overlays UIView and then set the mask on the area which is "opposed" to intersection. So it's blue part in the image. How to achieve that?
I know there's CGContextClipToMask but I have no idea how to use that - could someone help me with example code? Is CGContextClipToMask good direction?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将遮罩层分配给 UIView 的层。
文档:CALayer 参考
You can assign mask layer to your UIView's layer.
Documentation: CALayer reference