I have been playing with Restkit for about a day now, and its complexity drives me crazy.
I am looking for a simple, well-groomed, calm iOS client that can communicate with my web server written on rails. I only need the following: A light call to CREATE / UPDATE / DELETE with the ability to check the response code as well as the response body (I rely on the response body to set specific server-related identifiers for my objects)
Unfortunately, Resty does not support ARC so that it leaves my realms right now.
Any recommendations?
source share