后面有些名字比较长,就把UIColor给省略了.
颜色代码 | 高亮模式 | 暗黑模式 | 两种模式是否显示不同 |
---|---|---|---|
UIColor.black | 否 | ||
UIColor.darkGray | 否 | ||
UIColor.lightGray | 否 | ||
UIColor.white | 否 | ||
UIColor.gray | 否 | ||
UIColor.red | 否 | ||
UIColor.green | 否 | ||
UIColor.blue | 否 | ||
UIColor.cyan | 否 | ||
UIColor.yellow | 否 | ||
UIColor.magenta | 否 | ||
UIColor.orange | 否 | ||
UIColor.purple | 否 | ||
UIColor.brown | 否 | ||
UIColor.clear | 否 | ||
groupTableViewBackground | 是 | ||
UIColor.darkText | 否 | ||
UIColor.lightText | 否 | ||
quaternarySystemFill | 是 | ||
tertiarySystemFill | 是 | ||
secondarySystemFill | 是 | ||
systemFill | 是 | ||
tertiarySystemGroupedBackground | 是 | ||
secondarySystemGroupedBackground | 是 | ||
systemGroupedBackground | 是 | ||
tertiarySystemBackground | 是 | ||
secondarySystemBackground | 是 | ||
systemBackground | 是 | ||
opaqueSeparator | 是 | ||
separator | 是 | ||
placeholderText | 是 | ||
link | 是 | ||
quaternaryLabel | 是 | ||
tertiaryLabel | 是 | ||
secondaryLabel | 是 | ||
label | 是 | ||
systemGray6 | 是 | ||
systemGray5 - 4 | 是 | ||
systemGray3 - 2 | 是 | ||
systemGray | 否 | ||
systemIndigo | 否 | ||
systemTeal | 否 | ||
systemPurple | 否 | ||
systemPink | 否 | ||
systemYellow | 否 | ||
systemOrange | 否 | ||
systemBlue | 否 | ||
systemGreen | 否 | ||
systemRed | 否 |
网友评论