ios - 在objective-c中将文本颜色和下标应用于NSMutableString
<p><p>我无法同时应用这两个属性。只有颜色或下标才能应用。
这是我的代码</p>
<pre><code>NSMutableAttributedString * attributedText = [initWithString:@"some text"];
[attributedText addAttribute:NSFontAttributeName
value:
range:NSMakeRange(14,1)];
;
} range:(NSRange){0,6}];
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>你可以试试这段代码</p>
<pre><code>;
}
range:(NSRange){0,7}];
</code></pre></p>
<p style="font-size: 20px;">关于ios - 在objective-c中将文本颜色和下标应用于NSMutableString,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/32369193/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/32369193/
</a>
</p>
页:
[1]