标签: ios xcode
我想删除这个填充因为我从textView.contentSize.height(只有日语/英语)得到了错误的高度。
您是否有我的解决方案或代码。
有什么想法吗?
答案 0 :(得分:0)
我遇到了同样的问题并将其解决为
YourTextField.contentInset = UIEdgeInsetsMake(-4,-8,0,0); //you can modify these values to best fit your text.