标签:style color io cti ar line rgb type
You can use CFGetRetainCount
with Objective-C objects, even under ARC:
NSLog(@"Retain count is %ld", CFGetRetainCount((__bridge CFTypeRef)myObject));
ARC下打印retain count,布布扣,bubuko.com
标签:style color io cti ar line rgb type
原文地址:http://my.oschina.net/michael1986/blog/296039