How to assign values from NSMutableDictionary to NSArray
问题 I am doing JSON parsing and I want to show my parsed data in a UITableView . For that, I am trying to assign parsed data from NSMutableDictionary to NSArray to show in the table view but the array returns null . Here my array returns null value; NSMutableDictionary *tempDict1; NSArray *arr = [[tempDict1 valueForKey:@"rates"] componentsSeparatedByString:@";"]; code - (void)connectionDidFinishLoading:(NSURLConnection *)connection { [connection release]; NSString *responseString = [[NSString