0
sizeWithFont:forWidth:lineBreakMode: 

在 iOS7 中已被弃用。我不确定如何在使用sizeWithAttributes.

有谁知道一个好的解决方法?我正在尝试确定具有给定字体和换行模式和宽度的 nsstring 的预期高度。

4

1 回答 1

0

https://developer.apple.com/library/ios/documentation/uikit/reference/NSString_UIKit_Additions/DeprecationAppendix/AppendixADprecatedAPI.html

sizeWithFont:forWidth:lineBreakMode:

如果要在单行上使用指定的字体和行属性呈现字符串,则返回字符串的大小。(在 iOS 7.0 中已弃用。使用 boundingRectWithSize:options:attributes:context:。)

于 2013-09-23T23:30:35.717 回答