菜鸟教程小白 发表于 2022-12-12 16:30:52

ios - 如何在iOS中显示两个一个标签文本?


                                            <p><p>我想在另一个标签下方显示一个标签的文本。虽然文本应该从第一个标签的右侧开始,并且应该在另一个标签下方。请告诉我可以使用 ios 吗?</p>

<p> <a href="/image/tuoFk.png" rel="noreferrer noopener nofollow"><img src="/image/tuoFk.png" alt="enter image description here"/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我得到了您问题的解决方案。它非常简单易懂。</p>

<pre><code>NSMutableAttributedString *mutableAttributeStr = [initWithString:@&#34;User this is just a comment.This just a comment.This just a comment.&#34;];

NSAttributedString *attributeStr = [initWithString:@&#34;\n&#34; attributes:@{NSFontAttributeName : }];

range:NSMakeRange(0, 4)];

;

labelTextBelowAnotherLabel.numberOfLines = 0;

;
</code></pre>

<p>在上面的编码中,我设置了 helvetica bold 和 fontsize 以供引用。如果您想更改为 systemBold,只需更改并根据您的要求设置字体大小。</p>

<p>谢谢你-:)</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何在iOS中显示两个一个标签文本?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33073363/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33073363/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何在iOS中显示两个一个标签文本?