小编Dra*_*oue的帖子

不推荐使用UILineBreakModeWordWrap

这是我的代码:

CGSize s = [string sizeWithFont:[UIFont systemFontOfSize:20]
               constrainedToSize:CGSizeMake(self.view.bounds.size.width - 40, CGFLOAT_MAX) // - 40 For cell padding
                   lineBreakMode:UILineBreakModeWordWrap];
Run Code Online (Sandbox Code Playgroud)

我收到一条警告,在iOS 6中不推荐使用UILinebBreakModeWordWrap.

deprecated uilabel

82
推荐指数
2
解决办法
5万
查看次数

标签 统计

deprecated ×1

uilabel ×1