Fork me on GitHub

2012年4月20日

摘要: http://stackoverflow.com/questions/990221/multiple-lines-of-text-in-uilabelMultiple lines of text in UILabeltextLabel.lineBreakMode = UILineBreakModeWordWrap;textLabel.numberOfLines = 0;it does't work in my case. I'm doing like this:- (CGFloat)tableView:(UITableView *)tableView heightForRowA 阅读全文
posted @ 2012-04-20 14:22 pengyingh 阅读(1475) 评论(0) 推荐(0)

导航