I am new for iOS RestKit framework. I have read the document and still can not figure out the differences between "attribute" and "property" in RestKit.
Since in the document, there are
- addPropertyMappingsFromArray:
and
– addAttributeMappingsFromArray:
I know that while assigning relationship, I should use the first one. However, I still cannot truly understand the differences.