Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的大多数项目中,UX 设计师会为我在 iOS 中的资产提供 RGB 颜色,但在提供控件中的色调颜色所需的内容时遇到了麻烦。解释一下,由于色彩最终是控件上的多种颜色,当设计师说这种颜色时,给定的颜色最终在渐变中的哪个位置?
而且,我们对梯度范围有任何控制吗?
如果您正在尝试自定义渐变,最好让您的设计师为您提供一些小的 PNG 并用于setBackgroundImage:forState:barMetrics:自定义外观。
setBackgroundImage:forState:barMetrics:
请参阅UICatalogXCode 附带的示例项目。
UICatalog