从视图层获取 UIImage?
我有一个视图,其中的子层的内容是图像。
我希望通过 myView.image 获取视图的图像,但显然该视图没有图像,只有图层。
如何从视图的图层创建 UIImage?
I have a view which has sublayers whose contents are images.
I was hoping to get the view's image by myView.image but apparently the view doesn't have image just layers.
How do I create a UIImage from view's layers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
注意:为此您需要包含 QuartzCore。
Note: you need to include QuartzCore for this.