- (void)textViewDidChange:(UITextView *)textView
{
//textView高度等于滚动高度
_messageDetail.height = textView.contentSize.height;
}