菜鸟教程小白 发表于 2022-12-12 14:59:43

IOS:UITextView 旋转 iOS 7 换行文本


                                            <p><p>在我的应用程序中,我需要一个 TextView ,我会在手机横屏时显示该 View ;这是我为风景旋转完美 UItextView 的代码。</p>

<pre><code>textview_right.transform = CGAffineTransformMakeRotation(M_PI/2);
</code></pre>

<p>在 iOS 6 中它是完美的,但在 iOS 7 中, TextView 在一个单词后换行,我看不到我的文本。为什么?</p>

<p>我给你看两个镜头:</p>

<ul>
<li>这在纵向是正常的</li>
</ul>

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

<ul>
<li>这不正常</li>
</ul>

<p> <img src="/image/pqABB.png" alt="enter image description here"/> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p><strong>解决方案:</strong></p>

<p>将 UITextView 放入 UIView 并旋转它,很简单。</p></p>
                                   
                                                <p style="font-size: 20px;">关于IOS:UITextView 旋转 iOS 7 换行文本,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/19089482/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/19089482/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: IOS:UITextView 旋转 iOS 7 换行文本