开发者

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

开发者 https://www.devze.com 2023-04-09 01:16 出处:网络
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 d

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

精彩评论

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