UITextView 内容插入底部值在 iOS 7 中不起作用。
通过不工作,我的意思是如果我继续输入 UITextView 并且光标到达末尾,那么它会隐藏并且我看不到我正在输入的文本。
我试过了
[myTextView setTextContainerInset:UIEdgeInsetsMake(0, 0, 20, 0)];
[myTextView setContentInset:UIEdgeInsetsMake(0, 0, 20, 0)];
但它没有任何效果。
UITextView 内容插入底部值在 iOS 7 中不起作用。
通过不工作,我的意思是如果我继续输入 UITextView 并且光标到达末尾,那么它会隐藏并且我看不到我正在输入的文本。
我试过了
[myTextView setTextContainerInset:UIEdgeInsetsMake(0, 0, 20, 0)];
[myTextView setContentInset:UIEdgeInsetsMake(0, 0, 20, 0)];
但它没有任何效果。