Alan Soares
Results
1
comments of
Alan Soares
Convert the response to NSArray, then iterate: NSArray *responseArray = responseObject; DCKeyValueObjectMapping *parser = [DCKeyValueObjectMapping mapperForClass:[Tweet class]]; for (int i = 0; i < [responseArray count]; i++) { Tweet *tweet...