I have a function which returns CFTypeRef. I have no idea what it really is. How do I determine that? For example it might be a CFStringRef.
CFGetTypeID():
CFGetTypeID()
if (CFGetTypeID(myObjectRef) == CFStringGetTypeID()) { //i haz a string }
2.1m questions
2.1m answers
60 comments
57.0k users