标签: iphone ios interface-builder uitextfield
我在UITextView对象中有一些文本。我遇到的问题是文本滚动到UITextField框之外。我该如何解决这个问题?
感谢您的帮助
textBG.contentInset = UIEdgeInsetsZero;
其中'textBG'是我的UITextView的名称
答案 0 :(得分:0)
在textViewShouldBeginEditing方法中使用它会帮助你
YourTextViewObject.contentInset = UIEdgeInsetsZero;