iOS 中的离屏渲染模式
在CALayer类中,有一个名为shouldRasterize的属性。在文档中,它说当此属性设置为 YES 时,图层将渲染为位图。在 WWDC 2010 视频中,会话 123:构建动画驱动接口,它说当此属性设置为 YES 时,它会在屏幕外渲染并缓存视图及其所有子视图。
我不明白离屏渲染模式。请为我解释一下。谢谢你!
In CALayer class, there's a property named shouldRasterize. In documentation, it say that when this property is set to YES, the layer is rendered as a bitmap.In WWDC 2010 videos, session 123: Building Animation Driven Interfaces, it say when this property is set to YES, it renders off-screen and cache a view and all of its subviews.
I don't understand about off screen rendering mode. Please explain for me. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论