菜鸟教程小白 发表于 2022-12-13 02:11:24

iphone - TTTAttributedLabel 中的单词被截断


                                            <p><p>我正在使用 TTTAttributedLabel 但现在当我尝试显示一些链接时,它会从中心剪切单词,就像您在附图中看到的那样,单词“fun”在单词“f”和“un”出现后被截断下一行。但我希望完整的单词应该显示在第一行或下一行。任何帮助。</p>

<p> <img src="/image/rsmQ0.png" alt="enter image description here"/> </p>

<p> <img src="/image/tZ0GW.png" alt="enter image description here"/> </p>

<pre><code>if (])
            {
                TTTAttributedLabel *tttLabel=(TTTAttributedLabel *)_label;

                                        ;

                  ;
                  ;



                ;
                if (!=nil)
                {
                  ] withRange: options:NSCaseInsensitiveSearch]];
                }



            }
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在最新版本的 TTTAttributedLabel 中,默认的 <code>linkAttributes</code> 属性已更新为默认自动换行。确保标签和 <code>linkAttributes</code> 都具有所需的换行模式(标签的 <code>lineBreakMode</code> 属性;<code>NSMutableParagraphStyle lineBreakMode</code> 的 <code>linkAttributes </code>)。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - TTTAttributedLabel 中的单词被截断,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/15896445/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/15896445/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - TTTAttributedLabel 中的单词被截断