在 arc里面打印 引用计数的方法

查阅资料:

   You can use CFGetRetainCount with Objective-C objects, even under ARC:

       NSLog(@"Retain count is %ld", CFGetRetainCount((__bridge CFTypeRef)myObject));

 

posted @ 2015-09-06 11:09  daomul  阅读(306)  评论(0编辑  收藏  举报