Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个禁用滚动的 UItextView。是否可以阻止用户在 UItextView 中写入更多内容,以便文字将保留在屏幕上并且不会在文本视图的隐藏侧消失?
您可以实现textView:shouldChangeTextInRange:replacementText:在编辑后计算文本的大小并决定是否允许编辑完成。
textView:shouldChangeTextInRange:replacementText: