摘要: -(void)setContentInset:(UIEdgeInsets)s{ UIEdgeInsets insets = s; if(s.bottom>8) insets.bottom = 0; insets.top = 0; [super setContentInset:insets];}http://www.hanspinckaers.com/multi-line-uitextview-similar-to-smshttp://stackoverflow.com/questions/3696443/remove-bottom-space-from-uitextview 阅读全文
posted @ 2012-06-12 11:24 worldworld 阅读(364) 评论(0) 推荐(0)