摘要:
if (content) { CGSize constraint = CGSizeMake(self.contentWide, CGFLOAT_MAX); CGSize size = [content sizeWithFont:contentFont constrainedToSize:constraint lineBreakMode:UILineBreakModeWordWrap]; frame = CGRectMake(self.contentX, y, self.contentWide, size.height+16); UITextView *textView = [[UITextV. 阅读全文
摘要:
http://bugfix.lofter.com/post/b071_13117b 阅读全文
摘要:
由于padding 的原因出现这个问题。因此即使减16 再返回的高度上加16还是不怎么准确。因此根据UITextView 的contentSize 的height 计算比较准确 阅读全文