删除UITextView中的填充字符

时间:2012-12-10 08:00:16

标签: ios xcode

enter image description here

我想删除这个填充因为我从textView.contentSize.height(只有日语/英语)得到了错误的高度。

您是否有我的解决方案或代码。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题并将其解决为

  YourTextField.contentInset = UIEdgeInsetsMake(-4,-8,0,0); //you can modify these values to best fit your text.