Skip to content

Instantly share code, notes, and snippets.

@T1T4N
Created September 8, 2017 12:28
Show Gist options
  • Save T1T4N/ee35cb82a9df5bd4495a6adb4ba1c61a to your computer and use it in GitHub Desktop.
Save T1T4N/ee35cb82a9df5bd4495a6adb4ba1c61a to your computer and use it in GitHub Desktop.
Get retain count
NSLog(@"RC: %ld", CFGetRetainCount((__bridge CFTypeRef)m_object));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment