菜鸟教程小白 发表于 2022-12-12 18:47:33

ios - 单击粗体按钮后如何更改文本字段的字体


                                            <p><p>我在设置文本字段的字体时遇到问题。我做了一个粗体按钮。单击粗体按钮后,整个文本字段字符串字体设置为粗体。但我只希望那些在按下粗体按钮后输入的单词变得粗体。 </p>

<p> <a href="/image/iUZhG.png" rel="noreferrer noopener nofollow"><img src="/image/iUZhG.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您需要在 <code>UITextView</code> 中使用 <code>NSAttributedString</code>。您必须记住粗体、非粗体文本的 <code>NSRange</code> 以便进一步编辑。您需要的所有方法都可以在这里找到:
<a href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSAttributedString_Class/" rel="noreferrer noopener nofollow">https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSAttributedString_Class/</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 单击粗体按钮后如何更改文本字段的字体,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/35797390/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/35797390/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 单击粗体按钮后如何更改文本字段的字体