如何在我的应用程序的 Catalyst 版本的 textView 中更改插入符号颜色?我试着用
textView.tintColor
但它不适用于催化剂。
我是说
试试这个: [[textView textInputTraits] setValue:[UIColor redColor] forKey:@"insertionPointColor"];
来自这里,但它可能是私有的: https ://stackoverflow.com/a/4273440/1043615
一条评论说它不再适用于 iOS 10,但它适用于 Catalyst。