drawInRect:withFont:lineBreakMode:alignment:不推荐使用iOS 7

时间:2014-07-30 18:51:57

标签: ios objective-c

我的代码显示以下警告'在iOS 7中已弃用

[@"•" drawInRect: r
                withFont: f2
           lineBreakMode: NSLineBreakByCharWrapping
               alignment: NSTextAlignmentCenter];

我可以使用其他方法吗?

1 个答案:

答案 0 :(得分:1)

从Xcode警告你看:

  

使用-drawInRect:withAttributes: