Rather than ask to see what the elements of a particular object is, which would help me only, I was wondering if there was a way of showing the elements of any object, which would possibly help others as well
My context is:
I’m getting available WiFi networks as an object, but don’t know what to do with it
the “keys” are actually the properties of the object. valueForKey isn’t a good example, because in this particular meaning it’s only available for an array of dictionaries or key-value compliant objects.
For Cocoa programming it’s mandatory to read the documentation to get use to the properties and methods of the classes