1

我有一系列 UIColors 像

[UIColor blueColor];

是否可以从该 UIColor 中获取名称“蓝色”,以将其显示在字符串中?

4

3 回答 3

2

UIKit 没有内置任何内容,但 Erica Sadun 的uicolor-utilities 库添加了类似的功能。

于 2013-03-23T02:53:05.757 回答
0

如果需要,您可以获取 UIColor 的 RGB 和 Alpha。

于 2013-03-28T10:18:05.203 回答
0

可以使用 获取颜色名称列表runtime。请参阅我的问题:如何获取 UIColor 的所有颜色方法?

如果需要,您还可以使用字符串方法进行'xxxColor'转换'xxx'

于 2016-01-18T04:06:32.400 回答