CATiledlayer 扭曲 CGPath
我使用 CATiledlayers 和 UIScrollviews 来绘制不同细节级别的 CGPath。我正在画大图(4000x4000)。在 iPhone 上,这些大图片的图像会变形。
我终于找到了解决方案。我的错误是我将tileSize设置为我正在绘制的图像的大小(从某处的PDF示例演示复制)。解决方案是将tileSize设置为最大值2000x2000。
I am using CATiledlayers and UIScrollviews to draw CGPaths at different levels of detail. I am drawing big pictures (4000x4000). On the iPhone the image gets distorted for these large pictures.
I have finally found a solution. My mistake was that I set the tileSize to the size of the image I was drawing (copied from a PDF sample demo somewhere). The solution is to set the tileSize to a max of 2000x2000.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
苹果在发布此消息时确认这是一个错误
Apple confirmed this was a bug when this was posted