美文网首页
iOS系统颜色,高亮模式和暗黑模式对比一览

iOS系统颜色,高亮模式和暗黑模式对比一览

作者: 番茄炒西红柿啊 | 来源:发表于2020-04-01 16:29 被阅读0次

    后面有些名字比较长,就把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

    相关文章

      网友评论

          本文标题:iOS系统颜色,高亮模式和暗黑模式对比一览

          本文链接:https://www.haomeiwen.com/subject/tprauhtx.html