Skip to content

Instantly share code, notes, and snippets.

@hernanBeiza
Created December 30, 2014 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hernanBeiza/b4b54e617c1138dbec1f to your computer and use it in GitHub Desktop.
Save hernanBeiza/b4b54e617c1138dbec1f to your computer and use it in GitHub Desktop.
Objective C - Retain Count
CFIndex rc = CFGetRetainCount((__bridge CFTypeRef)myObject);
NSLog(@"%li",rc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment