What is the preferred way of updating properties that are not part of mapping in RestKit -


all mapping of objects within response object objects in data model clear how , works well. need update properties on data model every time values change through mapping, not part of response objects. example last_synced date or section sorting property (which value based on 1 of mapped objects), etc.

is there way set part of mapping operation or need handle such things manually within success block iterating through mappingresult?

look @ using kvo , facilities offered nsmanagedobject rather trying use restkit. can trigger dependent kvc changes mapping applies changes model objects perform internal data updates.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -