Skip to content

Instantly share code, notes, and snippets.

@paulz
Created May 6, 2023 08:45
Show Gist options
  • Save paulz/475ba19d3a915c81ab053a3b140a002d to your computer and use it in GitHub Desktop.
Save paulz/475ba19d3a915c81ab053a3b140a002d to your computer and use it in GitHub Desktop.
iOS Debugging
/* For debugging only; output goes to stderr
Use CFShow() to printf the description of any CFType;
Use CFShowStr() to printf detailed info about a CFString
*/
public func CFShow(_ obj: CFTypeRef!)
public func CFShowStr(_ str: CFString!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment