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.
有人可以举个例子,在 Xcode 上使用 Vector image (.pdf) 选项 Render: "as template" in image.xcasset?我可以以编程方式设置矢量图像的颜色吗?如果是的话怎么办?
谢谢,奥马尔。
是的你可以。当使用“作为模板”时,系统会忽略图像的颜色信息并根据图像中的 alpha 值创建图像模板(alpha 值小于 1.0 的图像部分被视为完全透明)。然后可以使用此模板重新着色tintColor以匹配用户界面的其余部分。
tintColor
请参阅有关 UIKitUICatalog 中模板图像的 Apple 文档。