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.
NSPopovers 中文本的正确 NSColors 是什么(在 iTunes 12 中显示)?我没有在 HIG 中找到此信息,我不确定如何找出其他信息(将数字色度计中的颜色值与某处的列表匹配?)这是一个屏幕截图:
http://imgur.com/dSFYcla
您将需要使用系统颜色,例如+[NSColor controlTextColor].
+[NSColor controlTextColor]
或者使用新labelColor的 ,secondaryLabelColor等,它们将在弹出窗口中充满活力地融合。iTunes 可能使用 labelColor 作为主要文本,使用 secondaryLabelColor 作为子文本。
labelColor
secondaryLabelColor