내 코드는 다음과 같습니다.
CGSize s = [string sizeWithFont:[UIFont systemFontOfSize:20]
constrainedToSize:CGSizeMake(self.view.bounds.size.width - 40, CGFLOAT_MAX) // - 40 For cell padding
lineBreakMode:UILineBreakModeWordWrap];
UILinebBreakModeWordWrap이 iOS 6에서 더 이상 사용되지 않는다는 경고가 표시됩니다.