UILabel drawTextInRect的优点和缺点?

时间:2012-03-19 12:07:48

标签: objective-c performance uiview uilabel

我正在观看Apple的WWDC视频,他们说如果要展平UIView层次结构,可以避免将UILabels添加为子视图,而是在容器中调用drawTextInRect View { {1}}。

我想知道Pro和Cons为此!

1 个答案:

答案 0 :(得分:0)

我想知道你在看什么视频以及它在哪里说... UILabel文档专门说这样做:https://developer.apple.com/library/ios/iPad/#documentation/UIKit/Reference/UILabel_Class/Reference/UILabel.html

  

您不应直接调用此方法。