在ios7中自动化UItextview以获取类似应用的消息

时间:2013-11-26 08:04:29

标签: ios7 uitextfield uitextview messaging

我需要帮助进行自动调整UITextView。我正在构建一个类似应用程序的短信。

我使用以下代码执行此操作:

- (void)textViewDidChange:(UITextView *)textView {

    CGRect frame = textView.frame;
    frame.size.height = textView.contentSize.height;
    textView.frame = frame;
}

UITextView确实会扩展,但会在键盘下方扩展。我希望它向上扩展,就像它在消息应用程序上所做的那样。我试着谷歌搜索帮助,但没有找到太多。任何帮助是极大的赞赏。

谢谢。

1 个答案:

答案 0 :(得分:0)

在这个url中看到自定义textview github下载它添加它你的项目

link:https://github.com/HansPinckaers/GrowingTextView