上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 66 下一页
摘要: 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. 阅读全文
posted @ 2012-12-21 14:07 人魔七七 阅读(7958) 评论(0) 推荐(0) 编辑
摘要: http://bugfix.lofter.com/post/b071_13117b 阅读全文
posted @ 2012-12-21 12:42 人魔七七 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 由于padding 的原因出现这个问题。因此即使减16 再返回的高度上加16还是不怎么准确。因此根据UITextView 的contentSize 的height 计算比较准确 阅读全文
posted @ 2012-12-21 12:35 人魔七七 阅读(393) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 66 下一页