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.
有谁知道是否可以更改 Cocoa 中的文本光标(又名插入符号)颜色?我需要创建一个文本字段,它会根据某些内容更改其插入符号颜色。
请注意,我说的不是鼠标指针图片,而是闪烁的垂直线,它可以帮助您了解您在哪里输入 :-)
我正在浏览 Cocoa 文档,但找不到任何有趣的东西。
谢谢!
哦,这是一个术语不匹配,就像苹果一样:-)
他们将插入符号称为“插入点”,因此可以在 NSTextView 上使用此方法(或“选择器”):
- (void)setInsertionPointColor:(NSColor *)aColor
请参阅http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/Classes/nstextview_Class/Reference/Reference.html#//apple_ref/occ/instm/NSTextView/setInsertionPointColor: