+[UIColor colorWithPatternImage:] 的最佳性能图像尺寸?

发布于 2024-12-29 09:23:50 字数 259 浏览 0 评论 0原文

为了创建跨越整个屏幕宽度的均匀阴影,我使用 +[UIColor colorWithPatternImage:] 来设置 UIViewbackgroundColor.如果我只将图像保存为 2 px (1 pt) 宽,它看起来很完美,因为它水平重复 320 次。

我想知道,如果我把图片稍微宽一点,比如 10 px,画得会更快吗?在保持小(内存)图像的同时获得最佳绘图性能的最佳比率是多少?

To create a uniform shadow that spans the entire width of the screen, I'm using +[UIColor colorWithPatternImage:] to set a UIView’s backgroundColor. It looks perfect if I only save the image as 2 px (1 pt) wide because it repeats 320 times horizontally.

I'm wondering, does it draw faster if I make the picture slightly wider, say 10 px? What is the optimal ratio to use to get the best drawing performance while still maintaining a small (memory) image?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文