iPhone News - iPhone DEV: NSMutableDictionary to communicate with an API news - Fri Oct 10, 2008 11:47 am Post subject: iPhone DEV: NSMutableDictionary to communicate with an API
Wouldn't it be nice to just fill a NSMutableDictionary object with data and POST it to an URL, and get a NSDictionary object in return with the result of the API call?No XML parsing in Objective-C, just use NSDictionary objects for your calls... easy!!