如何将 UIImageView 裁剪成不同的形状
大家好 : 我刚才在 iPhone 屏幕上用我的照片创建了一个 UIImageView,它的形状是矩形。我想将 UIImageView 剪成菱形。如果我的照片有超出菱形区域的部分,请不要显示它。
但现在我不明白该怎么做,所以我寻求帮助。谢谢 !
Hi all :
I create a UIImageView with my photo on my iphone screen just now, its shape is rectangle. and I want to clip the UIImageView into the shape of diamond. if there is any part of my photo beyond the diamond area, don't display it.
But now I don't quirt understand how to do it, so I'm ask for help. thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试使用下面的方法向图像添加遮罩并将其放入 UIImageView
}
You try to add mask to your image using method below and put it to UIImageView
}