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.
我们的设计师创建了一些图片,应用程序在屏幕顶部有一个 UIToolbar。我捕获了条形颜色的 RGB 值,但是当我根据这些值在代码中设置色调颜色时,我得到的颜色与图片上的颜色不同。如何设置与图片上看到的完全相同的色调?
谢谢,马迪克
用于setTintcolor:设置颜色
setTintcolor:
从图像使用中获取图案颜色 colorWithPatternImage:
colorWithPatternImage:
[toolbar setTintColor: [UIColor colorWithPatternImage:[UIImage imageNamed:@"Myimagename"]];