最佳答案
这是我的密码:
CGSize s = [string sizeWithFont:[UIFont systemFontOfSize:20]
constrainedToSize:CGSizeMake(self.view.bounds.size.width - 40, CGFLOAT_MAX) // - 40 For cell padding
lineBreakMode:UILineBreakModeWordWrap];
我得到一个警告,在 iOS6中 UILinebBreakModeWordWrap 是不推荐的。