Quantcast
Channel: Vincent Gable's Blog » Debugging
Viewing all articles
Browse latest Browse all 10

CFShow is NSLog for Core Foundation Types

$
0
0

CFShow(coreFoundationThingy) will print out a description of coreFoundationThingy to the console. Output looks something like:

{value = w:1186.000000 h:687.000000 type = kAXValueCGSizeType}

If NSLog() is printing something out as an NSCFType, try CFShow().


Viewing all articles
Browse latest Browse all 10

Trending Articles