CFGetRetainCount在创建一个对象后返回2,应该是1?

时间:2016-12-19 10:18:17

标签: automatic-ref-counting retain reference-counting retaincount

当我对这个物体进行保留计数时,它是2.这是为什么?当然它应该是一个,因为我刚刚初始化它并没有分配它或任何东西......

let testC: TestClass = TestClass()
print(CFGetRetainCount(testC))

这是在一个空的单视图xcode项目中完成的... TestClass是一个空类,viewcontroller实例化它一次,保留计数为2:

View Controller creates one test class

empty class

0 个答案:

没有答案