7

我将文本归因于不同的文本颜色。为了提高突出显示文本的可读性,我使用背景色。是否可以在这个Textarea上带来圆角的CALayer效果?不是整个区域,而是其中的特殊文本。

我的代码:

NSAttributedString *text = [[NSAttributedString alloc] initWithString:@"Highlighted Text"
                                                                          attributes:@{
                                                                                       NSFontAttributeName:            [UIFont fontWithName:@"HelveticaNeue" size:10.0f],
                                                                                       NSForegroundColorAttributeName: [UIColor lightGrayColor],
                                                                                       NSBackgroundColorAttributeName: [UIColor darkGrayColor]
                                                                                       }];
4

0 回答 0