Reputation: 11935
I have a question about AFNetworking objects mapping.
I need to use AFNetworking for JSON Rest API. I haven't experience with it, I used RestKit.
My question is: AFNetworking produces always NSDictionary as response type? In this way, I can make the mapping from NSDictionary response to my properties objects...but, are there other better ways for this?
Upvotes: 0
Views: 2087