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 }
1.4m articles
1.4m replys
5 comments
57.0k users