0

我怀疑在 iOS 6(特别是在 )中无法更改文本选择(最好是句柄)颜色UITextView

但为了确定,我想问一下。谷歌搜索并没有让我找到任何有用的东西,所以如果有人有明确的答案,我会很高兴听到它。

4

1 回答 1

0

我认为你可以这样做:

 UIColor *color = [UIColor blackColor];
 textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:placeholderText attributes:@{NSForegroundColorAttributeName: color}];

看不到这里

于 2013-01-21T12:37:26.377 回答