can someone tell me what the difference is between [(id)Object class] and object_getClassName(id Object) and when and why you would prefer one over the other?
views:
29answers:
1
+2
A:
The former gives you the actual class while the latter gives you the name of the class as a string.
Joshua Nozzi
2010-09-01 16:55:23