gpt4 book ai didi

cocoa /iPhone : BackgroundColor and Opaque Properties

转载 作者:行者123 更新时间:2023-12-03 16:09:46 25 4
gpt4 key购买 nike

在 Cocoa 中,特别是 iPhone SDK,opaque 属性描述为:

If opaque, the drawing operation assumes that the view fills its bounds and can draw more efficiently. The results are unpredictable if opaque and the view doesn’t fill its bounds. Set this property to NO if the view is fully or partially transparent.

根据我的经验,如果您的 View (标签、表格单元格等)的 backgroundColor 设置为 [UIColor clearColor],则您不会需要将opaque设置为NO才能正确显示(背景清晰)。

直观上,这样做还需要将 opaque 设置为 NO,但我从未遇到过问题。

你能混合不透明=YES和clearColor吗,还是我靠借来的时间生活?似乎没有任何地方具体记录。

最佳答案

尝试一下,看看是在 iPhone 上前进的唯一出路,因为正如您所说,尽管 SDK 附带的文档数量很大,但在很多情况下都不是很具体。

至于不透明,这只是对合成引擎的一个提示,告诉它不需要费心显示不透明层覆盖的任何层。然而,合成是由手机上的图形芯片完成的,因此在许多情况下,不绘制部分模糊图层的模糊部分并不会更有效,这很可能就是为什么您在渲染时不会看到事情变得困惑的原因。时刻(即 cocoa 忽略您尝试过的情况下的设置)。出于同样的原因,将 opaque 设置为 true 也不会带来性能提升。

所以我的建议是坚持按照文档所说的方式使用不透明属性,因为您冒着渲染错误的风险,却没有真正的好处。

关于 cocoa /iPhone : BackgroundColor and Opaque Properties,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/524785/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com