ios - 在 Xcode 5 上只读 UITextView?
<p><p>我是 Xcode 新手,需要一些帮助来制作 <code>UITextView</code>。</p>
<p>我想在一个 <code>UITextView</code> 中创建多个可以滚动的段落,但是当它被用户点击时,它不会变成可编辑的。</p>
<p>我能找到的唯一解决方案是 Xcode 2 的过时解决方案,因此我们将不胜感激。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>对于 Objective-C 使用:</p>
<pre><code>yourTextView.editable = NO;
</code></pre>
<p>对于 Swift 使用:</p>
<pre><code>yourTextView.editable = false
</code></pre></p>
<p style="font-size: 20px;">关于ios - 在 Xcode 5 上只读 UITextView?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/25063381/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/25063381/
</a>
</p>
页:
[1]