开发者

How to use NSColor? Where does it belong? How to reference it?

I want to use th开发者_如何学编程e keyboardFocusIndicatorColor inside my code but not sure where NSColor is. The documentation says AppKit.framework but when I try to link a library AppKit.framework does not exist.

NSColor *transBG = [[NSColor keyboardFocusIndicatorColor]


You tagged this question iOS so you should be using UIColor and the UIKit framework instead.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜