如何使用NSTextAttachment增加TextView的高度

时间:2015-01-23 13:49:48

标签: ios iphone textview

UITextView UITextView时文字增加时动态增加,但NSTextAttachments中有UITextView个(自定义笑脸),但是高度赢了# 39; t相应增加,因为它假设NSTextAttachments为文本而NSTextAttachments超出UITextView的范围。

NSString *str_TextDetail = [NSString stringWithFormat:@"%@",[[commentsArray objectAtIndex:indexPath.row] objectForKey:@"Content"]];

[_txtDetail setText:str_TextDetail];
[_txtDetail setNumberOfLines:0];
[_txtDetail sizeToFit];

0 个答案:

没有答案