【发布时间】:2012-08-21 18:01:33
【问题描述】:
快速提问:我的ViewController 有一个IBOutlet 对应一个UILabel ViewController's view 会自动持有对标签的强引用吗?而且,如果我以编程方式在ViewController 中创建UIPopoverController ivar 并以编程方式将UIPopoverController ivar 放在屏幕上,ViewController's view 是否也会自动保持对它的强引用?
【问题讨论】:
标签: objective-c iphone view weak-references strong-references