查阅资料:

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

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2022-12-23
  • 2021-09-08
  • 2021-08-18
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
相关资源
相似解决方案