property_getName
Returns the name of a property.
property_copyAttributeValue
Returns the value of a property attribute given the attribute name.
property_copyAttributeList
Returns an array of property attributes for a given property.
Availability
Technology
const char * property_getAttributes(objc_property_t
property);
A C string containing the property's attributes.
The format of the attribute string is described in Declared Properties in Objective-C Runtime Programming Guide.
property_getName
property_copyAttributeValue
property_copyAttributeList