摘要:
-(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-ui... 阅读全文
posted @ 2012-06-12 11:24
easonoutlook
阅读(483)
评论(0)
推荐(0)