Tag: truelson
.
NSURLCache, RestKit, Stopping in the Debugger, and Evil Orphaned Objects

Spent a day trying to understand why RestKit wasn’t deleting orphaned CoreData objects after receiving the updated object graph from the server. Yep, it involved caching and a problem that... Read more