property_getName
Returns the name of a property.
property_getAttributes
Returns the attribute string of a property.
property_copyAttributeList
Returns an array of property attributes for a given property.
Availability
Technology
char * property_copyAttributeValue(objc_property_t
property, const char *attributeName);
property
The property whose value you are interested in.
attributeName
A C string representing the name of the attribute.
The value string of the attribute
attribute, if one exists in property
; otherwise, nil
. You must free the returned value string with free()
.
property_getName
property_getAttributes
property_copyAttributeList